From 8cb3552f8481306fde911c8f11c224b713151f7a Mon Sep 17 00:00:00 2001 From: danshihao Date: Fri, 26 Jul 2024 15:42:47 +0800 Subject: [PATCH] =?UTF-8?q?[fix=2087359]=20=E8=A7=A3=E8=AF=BB=E6=B5=81?= =?UTF-8?q?=E7=A8=8B=E5=8F=91=E8=B5=B7=E8=8A=82=E7=82=B9=EF=BC=8C=E6=9D=A5?= =?UTF-8?q?=E6=BA=90=E9=80=89=E6=8B=A9=E4=B8=8D=E5=B8=A6=E5=85=A5=EF=BC=8C?= =?UTF-8?q?=E6=9D=A1=E6=AC=BE=E5=8F=AF=E4=B8=BA=E7=A9=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../modules/InterpretationInitiate.vue | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/src/views/workCenter/standardInterpretationProcess/modules/InterpretationInitiate.vue b/src/views/workCenter/standardInterpretationProcess/modules/InterpretationInitiate.vue index 76455a5..b7e965e 100644 --- a/src/views/workCenter/standardInterpretationProcess/modules/InterpretationInitiate.vue +++ b/src/views/workCenter/standardInterpretationProcess/modules/InterpretationInitiate.vue @@ -167,20 +167,6 @@ export default { // 校验失败就标记true obj._flag = true } - // 如果来源选择不带入,至少选择一条条款信息 - const isNoInput = this.dataSource.length && (this.dataSource[0].decompositionSource === DecompositionSource.NO_INPUT.value) - // 是否没有条款数据 - const isClauseNotData = !this.showClauseTable || !this.$refs.interpretationClauseTable.getData().length - if (isNoInput && isClauseNotData) { - this.$message.warn(this.$t('workCenter.standardInterpretationProcess.pleaseSelectClause')) - obj._flag = true - } - // 选择条款后来源选择其他,没有条款数据提示至少一条数据 - if (this.showClauseTable && !isNoInput && isClauseNotData) { - this.$message.warn(this.$t('addAtLeastOneRowOfData')) - // 校验失败就标记true - obj._flag = true - } } // 选择的标准列表 obj.standardData = this.dataSource