From 4c383504c5c09ea9d150ed5a33af0ad595c471f7 Mon Sep 17 00:00:00 2001 From: yanran200730 Date: Mon, 1 Aug 2022 09:26:51 +0800 Subject: [PATCH] 29996 --- src/project/saas/AppCountryAlbum/components/report/Daily.vue | 2 +- .../saas/AppCountryAlbum/components/report/InspectLog.vue | 2 +- .../saas/AppCountryAlbum/components/report/MeetingMminutes.vue | 2 +- .../saas/AppCountryAlbum/components/report/WorkReport.vue | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/project/saas/AppCountryAlbum/components/report/Daily.vue b/src/project/saas/AppCountryAlbum/components/report/Daily.vue index 49c5d985..c6ed671b 100644 --- a/src/project/saas/AppCountryAlbum/components/report/Daily.vue +++ b/src/project/saas/AppCountryAlbum/components/report/Daily.vue @@ -165,7 +165,7 @@ confirm () { if (!this.content) { - return this.$u.toast('文本不能为空') + return false } if (this.currIndex >= 0) { diff --git a/src/project/saas/AppCountryAlbum/components/report/InspectLog.vue b/src/project/saas/AppCountryAlbum/components/report/InspectLog.vue index c030191a..4d9d4706 100644 --- a/src/project/saas/AppCountryAlbum/components/report/InspectLog.vue +++ b/src/project/saas/AppCountryAlbum/components/report/InspectLog.vue @@ -175,7 +175,7 @@ confirm () { if (!this.content) { - return this.$u.toast('文本不能为空') + return false } if (this.currIndex >= 0) { diff --git a/src/project/saas/AppCountryAlbum/components/report/MeetingMminutes.vue b/src/project/saas/AppCountryAlbum/components/report/MeetingMminutes.vue index db142b56..5d75f735 100644 --- a/src/project/saas/AppCountryAlbum/components/report/MeetingMminutes.vue +++ b/src/project/saas/AppCountryAlbum/components/report/MeetingMminutes.vue @@ -196,7 +196,7 @@ confirm () { if (!this.content) { - return this.$u.toast('文本不能为空') + return false } if (this.currIndex >= 0) { diff --git a/src/project/saas/AppCountryAlbum/components/report/WorkReport.vue b/src/project/saas/AppCountryAlbum/components/report/WorkReport.vue index f8aadbb4..f007ddc1 100644 --- a/src/project/saas/AppCountryAlbum/components/report/WorkReport.vue +++ b/src/project/saas/AppCountryAlbum/components/report/WorkReport.vue @@ -166,7 +166,7 @@ confirm () { if (!this.content) { - return this.$u.toast('文本不能为空') + return false } if (this.currIndex >= 0) {