zhulizhen 5 年之前
父節點
當前提交
0ea033d184
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/api/doBusiness/business.js

+ 1 - 1
src/api/doBusiness/business.js

@@ -1,4 +1,4 @@
 import httputils from '@/api/httputils'
 export function queryHours({postParams}) {
-    return httputils.postJson(`/duoduo-service/transfer/chiller/business/hours/query`, postParams)
+    return httputils.postJson(`/duoduo-service/transfer/chiller/business/hours/query?projectId=Pj1101010001`, postParams)
 }