|
@ -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) { |
|
|