From 9ab5feb38bf6db6d02b9403dd61bee5ab49a79c9 Mon Sep 17 00:00:00 2001
From: zhongrj <646384940@qq.com>
Date: Tue, 09 Jan 2024 19:50:19 +0800
Subject: [PATCH] Merge branch 'master' of http://s16s652780.51mypc.cn:49896/r/jczz_app

---
 subPackage/workbench/views/reportAudit.vue |    8 ++++++++
 1 files changed, 8 insertions(+), 0 deletions(-)

diff --git a/subPackage/workbench/views/reportAudit.vue b/subPackage/workbench/views/reportAudit.vue
index be6cbd7..051cf90 100644
--- a/subPackage/workbench/views/reportAudit.vue
+++ b/subPackage/workbench/views/reportAudit.vue
@@ -348,6 +348,14 @@
 				if (type == 1) {
 					this.isShowPeoplePicker = true;
 				} else {
+					if (!this.form.confirmNotion) {
+						uni.showToast({
+							title: "请输入处理情况",
+							icon: "none"
+						})
+						return;
+					}
+
 					let data = {
 						confirmFlag: 3,
 						content: this.form.confirmNotion,

--
Gitblit v1.9.3