This commit is contained in:
yanran200730
2022-01-20 10:15:19 +08:00
parent 53c9ce7ddf
commit 66236dfb5b
2 changed files with 2 additions and 2 deletions

View File

@@ -248,7 +248,7 @@ export default {
// if (!this.form.content) return this.$u.toast("请输入会议内容")
if (!this.form.attendees.length) return this.$u.toast("请选择参会人")
if (!this.form.ticket) return this.$u.toast("请选择参会人")
}
this.$http.post("/app/appmeetinginfo/add-update", {

View File

@@ -164,7 +164,7 @@ export default {
if (!this.form.content) return this.$u.toast("请输入公告内容")
if (!this.form.persons.length) return this.$u.toast("至少选择一名应用授权范围内成员")
if (!this.form.ticket) return this.$u.toast("请选择发送对象")
if (this.index == 1 && !this.form.releaseTime) return this.$u.toast("请选择定时发送时间")