diff --git a/src/apps/AppMeetingNotice/components/addMeeting.vue b/src/apps/AppMeetingNotice/components/addMeeting.vue index 2ae10bf9..59856c76 100644 --- a/src/apps/AppMeetingNotice/components/addMeeting.vue +++ b/src/apps/AppMeetingNotice/components/addMeeting.vue @@ -28,7 +28,7 @@
-
*会议内容
+
会议内容
@@ -224,7 +224,7 @@ export default { if (!this.form.address) return this.$u.toast("请输入会议地点") - if (!this.form.content) return this.$u.toast("请输入会议内容") + // if (!this.form.content) return this.$u.toast("请输入会议内容") if (!this.form.attendees.length) return this.$u.toast("请选择参会人") }