|
|
@ -259,7 +259,7 @@ export default { |
|
|
|
usableFlag: !row.usableFlag |
|
|
|
} |
|
|
|
this.$http |
|
|
|
.post('/heart/icresidemanddict/updatestatus', params) |
|
|
|
.post('/governance/icresidemanddict/updatestatus', params) |
|
|
|
.then(({ data: res }) => { |
|
|
|
if (res.code !== 0) { |
|
|
|
return this.$message.error(res.msg) |
|
|
@ -284,7 +284,7 @@ export default { |
|
|
|
categoryName: this.form.categoryName |
|
|
|
} |
|
|
|
await this.$http |
|
|
|
.post('/heart/icresidemanddict/addfirst', _form) |
|
|
|
.post('/governance/icresidemanddict/addfirst', _form) |
|
|
|
.then(({ data: res }) => { |
|
|
|
if (res.code !== 0) { |
|
|
|
return this.$message.error(res.msg) |
|
|
@ -306,7 +306,7 @@ export default { |
|
|
|
awardPoint: this.form.awardPoint |
|
|
|
} |
|
|
|
await this.$http |
|
|
|
.post('/heart/icresidemanddict/addchild', _form) |
|
|
|
.post('/governance/icresidemanddict/addchild', _form) |
|
|
|
.then(({ data: res }) => { |
|
|
|
if (res.code !== 0) { |
|
|
|
return this.$message.error(res.msg) |
|
|
@ -329,7 +329,7 @@ export default { |
|
|
|
awardPoint: this.form.awardPoint |
|
|
|
} |
|
|
|
await this.$http |
|
|
|
.post('/heart/icresidemanddict/update', _form) |
|
|
|
.post('/governance/icresidemanddict/update', _form) |
|
|
|
.then(({ data: res }) => { |
|
|
|
if (res.code !== 0) { |
|
|
|
return this.$message.error(res.msg) |
|
|
@ -408,7 +408,7 @@ export default { |
|
|
|
parentCategoryCode: 0 |
|
|
|
} |
|
|
|
this.$http |
|
|
|
.post('/heart/icresidemanddict/subcodelist', params) |
|
|
|
.post('/governance/icresidemanddict/subcodelist', params) |
|
|
|
.then(({ data: res }) => { |
|
|
|
if (res.code !== 0) { |
|
|
|
return this.$message.error(res.msg) |
|
|
@ -430,7 +430,7 @@ export default { |
|
|
|
firstCategoryCode: this.form.firstCategoryCode |
|
|
|
} |
|
|
|
await this.$http |
|
|
|
.post('/heart/icresidemanddict/pagelist', params) |
|
|
|
.post('/governance/icresidemanddict/pagelist', params) |
|
|
|
.then(({ data: res }) => { |
|
|
|
if (res.code !== 0) { |
|
|
|
return this.$message.error(res.msg) |
|
|
|