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;