diff --git a/src/views/modules/communityParty/activity/index.vue b/src/views/modules/communityParty/activity/index.vue index 8b3c4385b..684884aed 100644 --- a/src/views/modules/communityParty/activity/index.vue +++ b/src/views/modules/communityParty/activity/index.vue @@ -337,7 +337,7 @@ }, async getDemandOptions() { this.$http - .post("/actual/base/serviceitem/listAllCategory") + .post("/actual/base/serviceitem/listAllCategory",{}) .then(({ data: res }) => { if (res.code !== 0) { return this.$message.error(res.msg); diff --git a/src/views/modules/communityParty/activity/initiateActivity.vue b/src/views/modules/communityParty/activity/initiateActivity.vue index 7a20fb11b..f22211a28 100644 --- a/src/views/modules/communityParty/activity/initiateActivity.vue +++ b/src/views/modules/communityParty/activity/initiateActivity.vue @@ -487,7 +487,7 @@ export default { async getDemandOptions() { this.$http - .post("/actual/base/serviceitem/listAllCategory") + .post("/actual/base/serviceitem/listAllCategory",{}) .then(({ data: res }) => { if (res.code !== 0) { return this.$message.error(res.msg); diff --git a/src/views/modules/communityParty/regionalParty/activitys.vue b/src/views/modules/communityParty/regionalParty/activitys.vue index 64febd160..f04481d0c 100644 --- a/src/views/modules/communityParty/regionalParty/activitys.vue +++ b/src/views/modules/communityParty/regionalParty/activitys.vue @@ -347,7 +347,7 @@ export default { }, async getDemandOptions() { this.$http - .post("/actual/base/serviceitem/listAllCategory") + .post("/actual/base/serviceitem/listAllCategory",{}) .then(({ data: res }) => { if (res.code !== 0) { return this.$message.error(res.msg); diff --git a/src/views/modules/communityParty/regionalParty/activitysForm.vue b/src/views/modules/communityParty/regionalParty/activitysForm.vue index 5878c9549..822cc2e05 100644 --- a/src/views/modules/communityParty/regionalParty/activitysForm.vue +++ b/src/views/modules/communityParty/regionalParty/activitysForm.vue @@ -285,7 +285,7 @@ export default { async getDemandOptions() { this.$http - .post("/actual/base/serviceitem/listAllCategory") + .post("/actual/base/serviceitem/listAllCategory",{}) .then(({ data: res }) => { if (res.code !== 0) { return this.$message.error(res.msg); diff --git a/src/views/modules/communityParty/regionalParty/units.vue b/src/views/modules/communityParty/regionalParty/units.vue index 92ec142b9..9460534e5 100644 --- a/src/views/modules/communityParty/regionalParty/units.vue +++ b/src/views/modules/communityParty/regionalParty/units.vue @@ -465,7 +465,7 @@ export default { }, async getDemandOptions() { this.$http - .post("/actual/base/serviceitem/listAllCategory") + .post("/actual/base/serviceitem/listAllCategory",{}) .then(({ data: res }) => { if (res.code !== 0) { return this.$message.error(res.msg); diff --git a/src/views/modules/communityParty/regionalParty/unitsForm.vue b/src/views/modules/communityParty/regionalParty/unitsForm.vue index 2b2073bdc..853478ffe 100644 --- a/src/views/modules/communityParty/regionalParty/unitsForm.vue +++ b/src/views/modules/communityParty/regionalParty/unitsForm.vue @@ -286,7 +286,7 @@ export default { }, async getDemandOptions() { this.$http - .post("/actual/base/serviceitem/listAllCategory") + .post("/actual/base/serviceitem/listAllCategory",{}) .then(({ data: res }) => { if (res.code !== 0) { return this.$message.error(res.msg); diff --git a/src/views/modules/communityService/fuwuzhaoren/addForm.vue b/src/views/modules/communityService/fuwuzhaoren/addForm.vue index 6f45c7bf7..18cdec898 100644 --- a/src/views/modules/communityService/fuwuzhaoren/addForm.vue +++ b/src/views/modules/communityService/fuwuzhaoren/addForm.vue @@ -407,7 +407,7 @@ export default { }, async getDemandOptions() { this.$http - .post("/actual/base/serviceitem/listAllCategory") + .post("/actual/base/serviceitem/listAllCategory",{}) .then(({ data: res }) => { if (res.code !== 0) { return this.$message.error(res.msg); diff --git a/src/views/modules/communityService/fuwuzhaoren/index.vue b/src/views/modules/communityService/fuwuzhaoren/index.vue index c0fbf9de3..0a150bb59 100644 --- a/src/views/modules/communityService/fuwuzhaoren/index.vue +++ b/src/views/modules/communityService/fuwuzhaoren/index.vue @@ -482,7 +482,7 @@ export default { methods: { async getDemandOptions() { this.$http - .post("/actual/base/serviceitem/listAllCategory") + .post("/actual/base/serviceitem/listAllCategory",{}) .then(({ data: res }) => { if (res.code !== 0) { return this.$message.error(res.msg); diff --git a/src/views/modules/communityService/gangweizhaoren/addForm.vue b/src/views/modules/communityService/gangweizhaoren/addForm.vue index 16a9d2fd5..057f32972 100644 --- a/src/views/modules/communityService/gangweizhaoren/addForm.vue +++ b/src/views/modules/communityService/gangweizhaoren/addForm.vue @@ -405,7 +405,7 @@ export default { methods: { async getDemandOptions() { this.$http - .post("/actual/base/serviceitem/listAllCategory") + .post("/actual/base/serviceitem/listAllCategory",{}) .then(({ data: res }) => { if (res.code !== 0) { return this.$message.error(res.msg); diff --git a/src/views/modules/communityService/gangweizhaoren/index.vue b/src/views/modules/communityService/gangweizhaoren/index.vue index 56e55e02d..a85402729 100644 --- a/src/views/modules/communityService/gangweizhaoren/index.vue +++ b/src/views/modules/communityService/gangweizhaoren/index.vue @@ -506,7 +506,7 @@ export default { async getDemandOptions() { this.$http - .post("/actual/base/serviceitem/listAllCategory") + .post("/actual/base/serviceitem/listAllCategory",{}) .then(({ data: res }) => { if (res.code !== 0) { return this.$message.error(res.msg); diff --git a/src/views/modules/communityService/gxxq/addForm.vue b/src/views/modules/communityService/gxxq/addForm.vue index f7c180852..29ca56bc2 100644 --- a/src/views/modules/communityService/gxxq/addForm.vue +++ b/src/views/modules/communityService/gxxq/addForm.vue @@ -563,7 +563,7 @@ export default { }, async getDemandOptions() { this.$http - .post("/actual/base/serviceitem/listAllCategory") + .post("/actual/base/serviceitem/listAllCategory",{}) .then(({ data: res }) => { if (res.code !== 0) { return this.$message.error(res.msg); diff --git a/src/views/modules/communityService/gxxq/index.vue b/src/views/modules/communityService/gxxq/index.vue index c3991145d..187992747 100644 --- a/src/views/modules/communityService/gxxq/index.vue +++ b/src/views/modules/communityService/gxxq/index.vue @@ -518,7 +518,7 @@ export default { }, async getDemandOptions() { this.$http - .post("/actual/base/serviceitem/listAllCategory") + .post("/actual/base/serviceitem/listAllCategory",{}) .then(({ data: res }) => { if (res.code !== 0) { return this.$message.error(res.msg); diff --git a/src/views/modules/communityService/jinengzhaoren/addForm.vue b/src/views/modules/communityService/jinengzhaoren/addForm.vue index 6ad1c27cf..9a2d83dc2 100644 --- a/src/views/modules/communityService/jinengzhaoren/addForm.vue +++ b/src/views/modules/communityService/jinengzhaoren/addForm.vue @@ -404,7 +404,7 @@ export default { methods: { async getDemandOptions() { this.$http - .post("/actual/base/serviceitem/listAllCategory") + .post("/actual/base/serviceitem/listAllCategory",{}) .then(({ data: res }) => { if (res.code !== 0) { return this.$message.error(res.msg); diff --git a/src/views/modules/communityService/jinengzhaoren/index.vue b/src/views/modules/communityService/jinengzhaoren/index.vue index a31f65e50..f49f712a3 100644 --- a/src/views/modules/communityService/jinengzhaoren/index.vue +++ b/src/views/modules/communityService/jinengzhaoren/index.vue @@ -482,7 +482,7 @@ export default { methods: { async getDemandOptions() { this.$http - .post("/actual/base/serviceitem/listAllCategory") + .post("/actual/base/serviceitem/listAllCategory",{}) .then(({ data: res }) => { if (res.code !== 0) { return this.$message.error(res.msg); diff --git a/src/views/modules/communityService/measure/index.vue b/src/views/modules/communityService/measure/index.vue index 953ff7209..e57bd8d48 100644 --- a/src/views/modules/communityService/measure/index.vue +++ b/src/views/modules/communityService/measure/index.vue @@ -1313,7 +1313,7 @@ export default { }, async getDemandOptions() { this.$http - .post("/actual/base/serviceitem/listAllCategory") + .post("/actual/base/serviceitem/listAllCategory",{}) .then(({ data: res }) => { if (res.code !== 0) { return this.$message.error(res.msg); diff --git a/src/views/modules/communityService/policy/addPolicy.vue b/src/views/modules/communityService/policy/addPolicy.vue index 949c2b287..7523b8768 100644 --- a/src/views/modules/communityService/policy/addPolicy.vue +++ b/src/views/modules/communityService/policy/addPolicy.vue @@ -817,7 +817,7 @@ export default { }, async getDemandOptions() { this.$http - .post("/actual/base/serviceitem/listAllCategory") + .post("/actual/base/serviceitem/listAllCategory",{}) .then(({ data: res }) => { if (res.code !== 0) { return this.$message.error(res.msg); diff --git a/src/views/modules/communityService/wennuanzhaoren/addForm.vue b/src/views/modules/communityService/wennuanzhaoren/addForm.vue index 26e296b61..304dc9ae8 100644 --- a/src/views/modules/communityService/wennuanzhaoren/addForm.vue +++ b/src/views/modules/communityService/wennuanzhaoren/addForm.vue @@ -614,6 +614,9 @@ export default { // } // }, async getDemandOptions() { + const parms={ + + } this.$http .post("/actual/base/serviceitem/listAllCategory",{}) .then(({ data: res }) => { diff --git a/src/views/modules/communityService/wennuanzhaoren/index.vue b/src/views/modules/communityService/wennuanzhaoren/index.vue index 05a42b098..73e8e6ded 100644 --- a/src/views/modules/communityService/wennuanzhaoren/index.vue +++ b/src/views/modules/communityService/wennuanzhaoren/index.vue @@ -483,7 +483,7 @@ export default { methods: { async getDemandOptions() { this.$http - .post("/actual/base/serviceitem/listAllCategory") + .post("/actual/base/serviceitem/listAllCategory",{}) .then(({ data: res }) => { if (res.code !== 0) { return this.$message.error(res.msg); diff --git a/src/views/modules/shequzhili/tuceng/yingji/zizuzhi/addForm.vue b/src/views/modules/shequzhili/tuceng/yingji/zizuzhi/addForm.vue index 273f13e42..8ddc9bc97 100644 --- a/src/views/modules/shequzhili/tuceng/yingji/zizuzhi/addForm.vue +++ b/src/views/modules/shequzhili/tuceng/yingji/zizuzhi/addForm.vue @@ -352,7 +352,7 @@ export default { }, async getDemandOptions() { this.$http - .post("/actual/base/serviceitem/listAllCategory") + .post("/actual/base/serviceitem/listAllCategory",{}) .then(({ data: res }) => { if (res.code !== 0) { return this.$message.error(res.msg); diff --git a/src/views/modules/volunteer/Dynamicmanagement/edit.vue b/src/views/modules/volunteer/Dynamicmanagement/edit.vue index 855f2b9f7..289f2c4c4 100644 --- a/src/views/modules/volunteer/Dynamicmanagement/edit.vue +++ b/src/views/modules/volunteer/Dynamicmanagement/edit.vue @@ -343,7 +343,7 @@ async getDemandOptions() { this.$http - .post("/actual/base/serviceitem/listAllCategory") + .post("/actual/base/serviceitem/listAllCategory",{}) .then(({ data: res }) => { if (res.code !== 0) { return this.$message.error(res.msg); diff --git a/src/views/modules/volunteer/Dynamicmanagement/info.vue b/src/views/modules/volunteer/Dynamicmanagement/info.vue index 124c37bda..6b80fe9a4 100644 --- a/src/views/modules/volunteer/Dynamicmanagement/info.vue +++ b/src/views/modules/volunteer/Dynamicmanagement/info.vue @@ -353,7 +353,7 @@ async getDemandOptions() { this.$http - .post("/actual/base/serviceitem/listAllCategory") + .post("/actual/base/serviceitem/listAllCategory",{}) .then(({ data: res }) => { if (res.code !== 0) { return this.$message.error(res.msg); diff --git a/src/views/modules/volunteer/Venuemanagement/add.vue b/src/views/modules/volunteer/Venuemanagement/add.vue index fa202b2fd..9af329a45 100644 --- a/src/views/modules/volunteer/Venuemanagement/add.vue +++ b/src/views/modules/volunteer/Venuemanagement/add.vue @@ -309,7 +309,7 @@ async getDemandOptions() { this.$http - .post("/actual/base/serviceitem/listAllCategory") + .post("/actual/base/serviceitem/listAllCategory",{}) .then(({ data: res }) => { if (res.code !== 0) { return this.$message.error(res.msg); diff --git a/src/views/modules/volunteer/VoluntaryOrganization/add.vue b/src/views/modules/volunteer/VoluntaryOrganization/add.vue index 40c8c5171..b63343850 100644 --- a/src/views/modules/volunteer/VoluntaryOrganization/add.vue +++ b/src/views/modules/volunteer/VoluntaryOrganization/add.vue @@ -346,7 +346,7 @@ async getDemandOptions() { this.$http - .post("/actual/base/serviceitem/listAllCategory") + .post("/actual/base/serviceitem/listAllCategory",{}) .then(({ data: res }) => { if (res.code !== 0) { return this.$message.error(res.msg);