|
|
@ -444,6 +444,13 @@ export default { |
|
|
|
welfareFlag: this.welfareFlag, |
|
|
|
deathDate: this.deathDate |
|
|
|
} |
|
|
|
if (this.deathDate === '') { |
|
|
|
this.$message({ |
|
|
|
message: '请选择死亡日期', |
|
|
|
type:'warning' |
|
|
|
}) |
|
|
|
return false |
|
|
|
} |
|
|
|
this.$http.post('/epmetuser/rentDeath/save', params).then(({ data: res }) => { |
|
|
|
if (res.code !== 0) { |
|
|
|
return this.$message.error(res.msg) |
|
|
|