diff --git a/src/views/modules/plugins/change/resideath.vue b/src/views/modules/plugins/change/resideath.vue index cf791d50..df96eb70 100644 --- a/src/views/modules/plugins/change/resideath.vue +++ b/src/views/modules/plugins/change/resideath.vue @@ -442,7 +442,14 @@ export default { userId: this.rowData.icResiUserId, joinReason: this.blacklistReason, 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 }) => { if (res.code !== 0) {