From 0c1b1c87f9f52528095865b97488553e296719e1 Mon Sep 17 00:00:00 2001 From: wanggongfeng <1305282856@qq.com> Date: Tue, 10 May 2022 15:03:16 +0800 Subject: [PATCH] =?UTF-8?q?=E6=AD=BB=E4=BA=A1=E3=80=82=E8=BF=81=E5=87=BA?= =?UTF-8?q?=EF=BC=8C=E6=8E=A5=E5=8F=A3=E5=9C=B0=E5=9D=80=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/modules/plugins/change/changedeath.vue | 6 +++--- .../plugins/change/changerelocation-add-or-update.vue | 4 ++-- src/views/modules/plugins/change/changerelocation.vue | 6 +++--- src/views/modules/plugins/change/changewelfare.vue | 6 +++--- src/views/modules/plugins/change/resichange.vue | 2 +- src/views/modules/plugins/change/resiwelfare.vue | 2 +- 6 files changed, 13 insertions(+), 13 deletions(-) diff --git a/src/views/modules/plugins/change/changedeath.vue b/src/views/modules/plugins/change/changedeath.vue index 69475b29..33161588 100644 --- a/src/views/modules/plugins/change/changedeath.vue +++ b/src/views/modules/plugins/change/changedeath.vue @@ -129,11 +129,11 @@ export default { data () { return { mixinViewModuleOptions: { - getDataListURL: '/pli/power/rentDeath/page', + getDataListURL: '/epmetuser/rentDeath/page', getDataListIsPage: true, - deleteURL: '/pli/power/rentDeath', + deleteURL: '/epmetuser/rentDeath', deleteIsBatch: true, - exportURL: '/pli/power/rentDeath/export' + exportURL: '/epmetuser/rentDeath/export' }, timeRange: '', dataForm: { diff --git a/src/views/modules/plugins/change/changerelocation-add-or-update.vue b/src/views/modules/plugins/change/changerelocation-add-or-update.vue index 24b9960f..a4eccfc4 100644 --- a/src/views/modules/plugins/change/changerelocation-add-or-update.vue +++ b/src/views/modules/plugins/change/changerelocation-add-or-update.vue @@ -234,7 +234,7 @@ export default { }, // 获取信息 getInfo () { - this.$http.get(`/pli/power/changeRelocation/${this.dataForm.id}`).then(({ data: res }) => { + this.$http.get(`/epmetuser/changeRelocation/${this.dataForm.id}`).then(({ data: res }) => { if (res.code !== 0) { return this.$message.error(res.msg) } @@ -250,7 +250,7 @@ export default { if (!valid) { return false } - this.$http[!this.dataForm.id ? 'post' : 'put']('/pli/power/changeRelocation/', this.dataForm).then(({ data: res }) => { + this.$http[!this.dataForm.id ? 'post' : 'put']('/epmetuser/changeRelocation/', this.dataForm).then(({ data: res }) => { if (res.code !== 0) { return this.$message.error(res.msg) } diff --git a/src/views/modules/plugins/change/changerelocation.vue b/src/views/modules/plugins/change/changerelocation.vue index b6136423..b5fc3f4e 100644 --- a/src/views/modules/plugins/change/changerelocation.vue +++ b/src/views/modules/plugins/change/changerelocation.vue @@ -202,11 +202,11 @@ export default { data () { return { mixinViewModuleOptions: { - getDataListURL: '/pli/power/changeRelocation/page', + getDataListURL: '/epmetuser/changeRelocation/page', getDataListIsPage: true, - deleteURL: '/pli/power/changeRelocation', + deleteURL: '/epmetuser/changeRelocation', deleteIsBatch: true, - exportURL: '/pli/power/changeRelocation/export' + exportURL: '/epmetuser/changeRelocation/export' }, timeRange: '', optionsV: [], diff --git a/src/views/modules/plugins/change/changewelfare.vue b/src/views/modules/plugins/change/changewelfare.vue index cff0f4db..223f0b89 100644 --- a/src/views/modules/plugins/change/changewelfare.vue +++ b/src/views/modules/plugins/change/changewelfare.vue @@ -130,9 +130,9 @@ export default { data () { return { mixinViewModuleOptions: { - getDataListURL: '/pli/power/changeWelfare/page', + getDataListURL: '/epmetuser/changeWelfare/page', getDataListIsPage: true, - deleteURL: '/pli/power/changeWelfare', + deleteURL: '/epmetuser/changeWelfare', deleteIsBatch: true }, dataForm: { @@ -206,7 +206,7 @@ export default { id: this.rowData.id, removeReason: this.removeReason } - this.$http.post('/pli/power/changeWelfare/removeWelfare', params).then(({ data: res }) => { + this.$http.post('/epmetuser/changeWelfare/removeWelfare', params).then(({ data: res }) => { if (res.code !== 0) { return this.$message.error(res.msg) } diff --git a/src/views/modules/plugins/change/resichange.vue b/src/views/modules/plugins/change/resichange.vue index 1e813d7d..ca71ae96 100644 --- a/src/views/modules/plugins/change/resichange.vue +++ b/src/views/modules/plugins/change/resichange.vue @@ -432,7 +432,7 @@ export default { } console.log('----------8----------') console.log(params) - this.$http.post('/pli/power/rentDeath/save', params).then(({ data: res }) => { + this.$http.post('/epmetuser/rentDeath/save', params).then(({ data: res }) => { if (res.code !== 0) { return this.$message.error(res.msg) } diff --git a/src/views/modules/plugins/change/resiwelfare.vue b/src/views/modules/plugins/change/resiwelfare.vue index b0d7ca1a..21349422 100644 --- a/src/views/modules/plugins/change/resiwelfare.vue +++ b/src/views/modules/plugins/change/resiwelfare.vue @@ -426,7 +426,7 @@ export default { userId: this.rowData.icResiUserId, joinReason: this.blacklistReason } - this.$http.post('/pli/power/changeWelfare/save', params).then(({ data: res }) => { + this.$http.post('/epmetuser/changeWelfare/save', params).then(({ data: res }) => { if (res.code !== 0) { return this.$message.error(res.msg) }