From cb6086934c46f7ac9f277cbdf1203c8f9f9aaf5f Mon Sep 17 00:00:00 2001
From: 小小儁爺 <1694218219@qq.com>
Date: 星期二, 24 三月 2026 08:05:14 +0800
Subject: [PATCH] 1.递交
---
src/views/deviceManager/checkStandard.vue | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/src/views/deviceManager/checkStandard.vue b/src/views/deviceManager/checkStandard.vue
index 0ecc859..b54dedb 100644
--- a/src/views/deviceManager/checkStandard.vue
+++ b/src/views/deviceManager/checkStandard.vue
@@ -754,6 +754,9 @@
if (this.tableDataDialog.length === 0) {
return this.$message.info('璁惧鍏宠仈鐐规椤逛俊鎭笉鑳戒负绌猴紒')
}
+ if (this.tableDataDialog.filter(i => !i.checkitem_code).length > 0) {
+ return this.$message.info('璁惧鍏宠仈鐐规椤逛俊鎭笉鑳戒负绌猴紒')
+ }
this.$refs.dialogForm.validate(valid => {
if (valid) {
--
Gitblit v1.9.3