Browse Source

死亡。迁出,接口地址修改

shibei_master
wanggongfeng 3 years ago
parent
commit
0c1b1c87f9
  1. 6
      src/views/modules/plugins/change/changedeath.vue
  2. 4
      src/views/modules/plugins/change/changerelocation-add-or-update.vue
  3. 6
      src/views/modules/plugins/change/changerelocation.vue
  4. 6
      src/views/modules/plugins/change/changewelfare.vue
  5. 2
      src/views/modules/plugins/change/resichange.vue
  6. 2
      src/views/modules/plugins/change/resiwelfare.vue

6
src/views/modules/plugins/change/changedeath.vue

@ -129,11 +129,11 @@ export default {
data () { data () {
return { return {
mixinViewModuleOptions: { mixinViewModuleOptions: {
getDataListURL: '/pli/power/rentDeath/page', getDataListURL: '/epmetuser/rentDeath/page',
getDataListIsPage: true, getDataListIsPage: true,
deleteURL: '/pli/power/rentDeath', deleteURL: '/epmetuser/rentDeath',
deleteIsBatch: true, deleteIsBatch: true,
exportURL: '/pli/power/rentDeath/export' exportURL: '/epmetuser/rentDeath/export'
}, },
timeRange: '', timeRange: '',
dataForm: { dataForm: {

4
src/views/modules/plugins/change/changerelocation-add-or-update.vue

@ -234,7 +234,7 @@ export default {
}, },
// //
getInfo () { 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) { if (res.code !== 0) {
return this.$message.error(res.msg) return this.$message.error(res.msg)
} }
@ -250,7 +250,7 @@ export default {
if (!valid) { if (!valid) {
return false 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) { if (res.code !== 0) {
return this.$message.error(res.msg) return this.$message.error(res.msg)
} }

6
src/views/modules/plugins/change/changerelocation.vue

@ -202,11 +202,11 @@ export default {
data () { data () {
return { return {
mixinViewModuleOptions: { mixinViewModuleOptions: {
getDataListURL: '/pli/power/changeRelocation/page', getDataListURL: '/epmetuser/changeRelocation/page',
getDataListIsPage: true, getDataListIsPage: true,
deleteURL: '/pli/power/changeRelocation', deleteURL: '/epmetuser/changeRelocation',
deleteIsBatch: true, deleteIsBatch: true,
exportURL: '/pli/power/changeRelocation/export' exportURL: '/epmetuser/changeRelocation/export'
}, },
timeRange: '', timeRange: '',
optionsV: [], optionsV: [],

6
src/views/modules/plugins/change/changewelfare.vue

@ -130,9 +130,9 @@ export default {
data () { data () {
return { return {
mixinViewModuleOptions: { mixinViewModuleOptions: {
getDataListURL: '/pli/power/changeWelfare/page', getDataListURL: '/epmetuser/changeWelfare/page',
getDataListIsPage: true, getDataListIsPage: true,
deleteURL: '/pli/power/changeWelfare', deleteURL: '/epmetuser/changeWelfare',
deleteIsBatch: true deleteIsBatch: true
}, },
dataForm: { dataForm: {
@ -206,7 +206,7 @@ export default {
id: this.rowData.id, id: this.rowData.id,
removeReason: this.removeReason 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) { if (res.code !== 0) {
return this.$message.error(res.msg) return this.$message.error(res.msg)
} }

2
src/views/modules/plugins/change/resichange.vue

@ -432,7 +432,7 @@ export default {
} }
console.log('----------8----------') console.log('----------8----------')
console.log(params) 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) { if (res.code !== 0) {
return this.$message.error(res.msg) return this.$message.error(res.msg)
} }

2
src/views/modules/plugins/change/resiwelfare.vue

@ -426,7 +426,7 @@ export default {
userId: this.rowData.icResiUserId, userId: this.rowData.icResiUserId,
joinReason: this.blacklistReason 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) { if (res.code !== 0) {
return this.$message.error(res.msg) return this.$message.error(res.msg)
} }

Loading…
Cancel
Save