From c1bd7168e2ac077ec1b0061e7e17c72fca642bf2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A5=94=E8=B7=91=E7=9A=84=E9=9D=A2=E6=9D=A1?= <1262327911@qq.com> Date: Wed, 31 Aug 2022 17:15:33 +0800 Subject: [PATCH] =?UTF-8?q?perf:=20=E4=BC=98=E5=8C=96=E5=87=BA=E7=8E=B0?= =?UTF-8?q?=E5=BC=B9=E7=AA=97=E5=90=8E=E4=BC=9A=E5=A4=8D=E5=88=B6=E5=9B=BE?= =?UTF-8?q?=E8=A1=A8=E7=9A=84=E4=BA=A4=E4=BA=92?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/store/modules/chartEditStore/chartEditStore.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/store/modules/chartEditStore/chartEditStore.ts b/src/store/modules/chartEditStore/chartEditStore.ts index fffde217..bd2f70ba 100644 --- a/src/store/modules/chartEditStore/chartEditStore.ts +++ b/src/store/modules/chartEditStore/chartEditStore.ts @@ -456,6 +456,8 @@ export const useChartEditStore = defineStore({ try { // 暂不支持多选 if (this.getTargetChart.selectId.length > 1) return + // 处理弹窗普通复制的场景 + if (document.getElementsByClassName('n-modal-body-wrapper').length) return loadingStart() const index: number = this.fetchTargetIndex()