From 5213d9fadc50738fc13020a93095c20d8158a618 Mon Sep 17 00:00:00 2001 From: wuteng <419274783@qq.com> Date: Tue, 8 Jul 2025 16:49:35 +0800 Subject: [PATCH] =?UTF-8?q?=E6=89=A7=E8=A1=8C=E4=BF=AE=E6=94=B9=E6=9D=A1?= =?UTF-8?q?=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/emis/emisQuotePrice/transQuotePriceList.vue | 2 +- src/views/emis/emisQuotePrice/vipTransQuotePriceList.vue | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/emis/emisQuotePrice/transQuotePriceList.vue b/src/views/emis/emisQuotePrice/transQuotePriceList.vue index 56f1e157..0bf77241 100644 --- a/src/views/emis/emisQuotePrice/transQuotePriceList.vue +++ b/src/views/emis/emisQuotePrice/transQuotePriceList.vue @@ -536,7 +536,7 @@ export default { /** 修改按钮操作 */ handleUpdate(row) { //ids去掉空元素 - if( row.quoteId || this.ids.filter(Boolean).length>1){ + if( row.quoteId || this.ids.filter(Boolean).length>0){ this.resetRefreshId="vipquote-"+this.getUUID(); this.currentId = row.quoteId || this.ids; this.openForm = true; diff --git a/src/views/emis/emisQuotePrice/vipTransQuotePriceList.vue b/src/views/emis/emisQuotePrice/vipTransQuotePriceList.vue index f84bee0a..2cd3afa0 100644 --- a/src/views/emis/emisQuotePrice/vipTransQuotePriceList.vue +++ b/src/views/emis/emisQuotePrice/vipTransQuotePriceList.vue @@ -529,7 +529,7 @@ export default { /** 修改按钮操作 */ handleUpdate(row) { - if( row.quoteId || this.ids.filter(Boolean).length>1){ + if( row.quoteId || this.ids.filter(Boolean).length>0){ this.currentId = row.quoteId || this.ids; this.openForm = true; this.isCopy = false;