Browse Source

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

zhanghao 2 months ago
parent
commit
d25eb4d637
1 changed files with 1 additions and 1 deletions
  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'
   })
 }