Browse Source

123de

master
zhangyuan 3 years ago
parent
commit
f8d99f74fa
  1. 9
      src/views/modules/plugins/change/resideath.vue

9
src/views/modules/plugins/change/resideath.vue

@ -442,7 +442,14 @@ export default {
userId: this.rowData.icResiUserId, userId: this.rowData.icResiUserId,
joinReason: this.blacklistReason, joinReason: this.blacklistReason,
welfareFlag: this.welfareFlag, welfareFlag: this.welfareFlag,
deathDate: this.deathDate deathDate: this.deathDate
}
if (this.deathDate === '') {
this.$message({
message: '请选择死亡日期',
type:'warning'
})
return false
} }
this.$http.post('/epmetuser/rentDeath/save', params).then(({ data: res }) => { this.$http.post('/epmetuser/rentDeath/save', params).then(({ data: res }) => {
if (res.code !== 0) { if (res.code !== 0) {

Loading…
Cancel
Save