This commit is contained in:
wanglei
2021-12-09 16:03:44 +08:00
parent accc0d93f1
commit 6c4f61b6ff

View File

@@ -162,9 +162,9 @@
add(status) { add(status) {
if(status==1){ if(status==1){
if (!this.form.title) return this.$u.toast("请输入会议标题") if (!this.form.title) return this.$u.toast("请输入公告标题")
if (!this.form.content) return this.$u.toast("请输入会议内容") if (!this.form.content) return this.$u.toast("请输入公告内容")
if(!this.form.persons.length) return this.$u.toast("请选择发送对象") if(!this.form.persons.length) return this.$u.toast("请选择发送对象")