Przeglądaj źródła

工程现场 获取各个市的在建和施工项目数量 - 接口调整

zhanghao 2 miesięcy temu
rodzic
commit
d25eb4d637
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      src/api/screen/service.js

+ 1 - 1
src/api/screen/service.js

@@ -782,7 +782,7 @@ export function getProjectByAppOrg(appOrg) {
 
 export function getProjectNumZ(appOrg) {
   return request({
-    url: '/large/production/getProjectNumZ/' + appOrg,
+    url: '/large/production/getProjectNumZ',
     method: 'get'
   })
 }