diff --git a/subpages/demandCheck/pages/dissatisfied/demandCheck/demandCheck.json b/subpages/demandCheck/pages/dissatisfied/demandCheck/demandCheck.json index e9d7637..4b202cc 100644 --- a/subpages/demandCheck/pages/dissatisfied/demandCheck/demandCheck.json +++ b/subpages/demandCheck/pages/dissatisfied/demandCheck/demandCheck.json @@ -5,7 +5,6 @@ "wux-date-picker": "../../../../../components/dist/date-picker/index", "wux-cell-group": "../../../../../components/dist/cell-group/index", "wux-picker": "../../../../../components/dist/picker/index" - }, "navigationBarTitleText": "诉求摸排", "permissions": { diff --git a/utils/api.js b/utils/api.js index a2ab01f..ec890b6 100644 --- a/utils/api.js +++ b/utils/api.js @@ -62,7 +62,8 @@ module.exports = { userDemandCance, icEventOldDelete, updateEvent, - submitResi + submitResi, + getAllOrgCategoryCount } // 获取公钥 @@ -326,4 +327,7 @@ function updateEvent(parm) { function submitResi(parm) { return fly.post(`actual/base/residentBaseInfo/save`,parm) } +function getAllOrgCategoryCount(parm) { + return fly.get(`actual/base/streetOverview/allOrgCategoryCount`,parm) +}