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()