소스 검색

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

zhanghao 2 달 전
부모
커밋
d25eb4d637
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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'
   })
 }