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('请输入联系电话') }