From 55486b4257737405409ba0c4e62aab87d9b6689e Mon Sep 17 00:00:00 2001 From: shijingjing <1789544664@qq.com> Date: Sat, 22 Jan 2022 10:00:19 +0800 Subject: [PATCH] 26962 --- src/apps/AppMarryAndDie/Add.vue | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/apps/AppMarryAndDie/Add.vue b/src/apps/AppMarryAndDie/Add.vue index aa82da80..7c044909 100644 --- a/src/apps/AppMarryAndDie/Add.vue +++ b/src/apps/AppMarryAndDie/Add.vue @@ -15,7 +15,7 @@ - + @@ -99,6 +99,9 @@ export default { if (!this.forms.name) { return this.$u.toast('请输入事主姓名') } + if (!this.forms.modeType) { + return this.$u.toast('请选择方式') + } if (!this.forms.phone) { return this.$u.toast('请输入联系电话') }