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)
 }