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