Browse Source

.post("/actual/base/serviceitem/listAllCategory",{})加上{}

xiaowang-featrue
是小王呀\24601 10 months ago
parent
commit
7f641a413c
  1. 2
      src/views/modules/communityParty/activity/index.vue
  2. 2
      src/views/modules/communityParty/activity/initiateActivity.vue
  3. 2
      src/views/modules/communityParty/regionalParty/activitys.vue
  4. 2
      src/views/modules/communityParty/regionalParty/activitysForm.vue
  5. 2
      src/views/modules/communityParty/regionalParty/units.vue
  6. 2
      src/views/modules/communityParty/regionalParty/unitsForm.vue
  7. 2
      src/views/modules/communityService/fuwuzhaoren/addForm.vue
  8. 2
      src/views/modules/communityService/fuwuzhaoren/index.vue
  9. 2
      src/views/modules/communityService/gangweizhaoren/addForm.vue
  10. 2
      src/views/modules/communityService/gangweizhaoren/index.vue
  11. 2
      src/views/modules/communityService/gxxq/addForm.vue
  12. 2
      src/views/modules/communityService/gxxq/index.vue
  13. 2
      src/views/modules/communityService/jinengzhaoren/addForm.vue
  14. 2
      src/views/modules/communityService/jinengzhaoren/index.vue
  15. 2
      src/views/modules/communityService/measure/index.vue
  16. 2
      src/views/modules/communityService/policy/addPolicy.vue
  17. 3
      src/views/modules/communityService/wennuanzhaoren/addForm.vue
  18. 2
      src/views/modules/communityService/wennuanzhaoren/index.vue
  19. 2
      src/views/modules/shequzhili/tuceng/yingji/zizuzhi/addForm.vue
  20. 2
      src/views/modules/volunteer/Dynamicmanagement/edit.vue
  21. 2
      src/views/modules/volunteer/Dynamicmanagement/info.vue
  22. 2
      src/views/modules/volunteer/Venuemanagement/add.vue
  23. 2
      src/views/modules/volunteer/VoluntaryOrganization/add.vue

2
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);

2
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);

2
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);

2
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);

2
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);

2
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);

2
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);

2
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);

2
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);

2
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);

2
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);

2
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);

2
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);

2
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);

2
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);

2
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);

3
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 }) => {

2
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);

2
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);

2
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);

2
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);

2
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);

2
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);

Loading…
Cancel
Save