From f8d99f74fa4e4150ff6d805d1cd3532cdd2bce33 Mon Sep 17 00:00:00 2001 From: zhangyuan Date: Thu, 30 Jun 2022 15:07:57 +0800 Subject: [PATCH] 123de --- src/views/modules/plugins/change/resideath.vue | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) 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) {