From 6c4f61b6ffcf110ff13c1729418d57183ef63140 Mon Sep 17 00:00:00 2001 From: wanglei <1336977847@qq.com> Date: Thu, 9 Dec 2021 16:03:44 +0800 Subject: [PATCH] 25343 --- src/apps/AppNotification/components/add.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/apps/AppNotification/components/add.vue b/src/apps/AppNotification/components/add.vue index a92698b6..80e0047a 100644 --- a/src/apps/AppNotification/components/add.vue +++ b/src/apps/AppNotification/components/add.vue @@ -162,9 +162,9 @@ add(status) { 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("请选择发送对象")