Explorar el Código

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

zhanghao hace 3 meses
padre
commit
d25eb4d637
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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'
   })
 }