From 5e8583f3c0c38faeace2f39409388aadb5978256 Mon Sep 17 00:00:00 2001 From: fengyuan_yang <1976974459@qq.com> Date: Mon, 17 Jun 2024 11:56:31 +0800 Subject: [PATCH] =?UTF-8?q?2024-06-17=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 | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/views/modules/qc/qcItem.vue b/src/views/modules/qc/qcItem.vue index c9c799b..8d77a56 100644 --- a/src/views/modules/qc/qcItem.vue +++ b/src/views/modules/qc/qcItem.vue @@ -197,7 +197,7 @@ - + @@ -212,7 +212,7 @@ - + @@ -1097,10 +1097,10 @@ this.$message.warning('请选择采集条件路径!') return } - if (this.modalData.collectionFlag === 'Y' && (this.modalData.collectionSourceList.length !== this.modalData.collectionMethodList.length)) { - this.$message.warning('采集数据的来源、方式不对应!') - return - } + // if (this.modalData.collectionFlag === 'Y' && (this.modalData.collectionSourceList.length !== this.modalData.collectionMethodList.length)) { + // this.$message.warning('采集数据的来源、方式不对应!') + // return + // } this.modalData.collectionSource = this.modalData.collectionSourceList.join(',') this.modalData.collectionMethod = this.modalData.collectionMethodList.join(',') this.modalData.collectionCondition = this.modalData.collectionConditionList.join(',')