From 600a01d971aa143b628a014d2e5941c2540a1d35 Mon Sep 17 00:00:00 2001 From: fengyuan_yang <1976974459@qq.com> Date: Fri, 14 Jun 2024 18:08:18 +0800 Subject: [PATCH] =?UTF-8?q?2024-06-14=20=E5=8A=9F=E8=83=BD=E4=BC=98?= =?UTF-8?q?=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/modules/qc/qcItem.vue | 25 +++++++++++++------------ 1 file changed, 13 insertions(+), 12 deletions(-) diff --git a/src/views/modules/qc/qcItem.vue b/src/views/modules/qc/qcItem.vue index e60ae2b..c9c799b 100644 --- a/src/views/modules/qc/qcItem.vue +++ b/src/views/modules/qc/qcItem.vue @@ -198,16 +198,17 @@ - - - - - - - - - - + + + + + + + + + + + @@ -1096,8 +1097,8 @@ this.$message.warning('请选择采集条件路径!') return } - if (this.modalData.collectionFlag === 'Y' && (this.modalData.collectionSourceList.length !== this.modalData.collectionMethodList.length || this.modalData.collectionSourceList.length !== this.modalData.collectionConditionList.length || this.modalData.collectionMethodList.length !== this.modalData.collectionConditionList.length)) { - this.$message.warning('采集数据的来源、方式、条件路径不对应!') + if (this.modalData.collectionFlag === 'Y' && (this.modalData.collectionSourceList.length !== this.modalData.collectionMethodList.length)) { + this.$message.warning('采集数据的来源、方式不对应!') return } this.modalData.collectionSource = this.modalData.collectionSourceList.join(',')