zhulizhen 5 tahun lalu
induk
melakukan
0ea033d184
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  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)
 }