Browse Source

级联框引入

work_tab_bar
mk 2 years ago
parent
commit
ecb4bc37ab
  1. 1
      subpages/demandCheck/pages/dissatisfied/demandCheck/demandCheck.json
  2. 6
      utils/api.js

1
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": {

6
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)
}

Loading…
Cancel
Save