zhulizhen hace 5 años
padre
commit
0ea033d184
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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)
 }