From 781e03dbb2ddfbc97bca78f624275c5e04767838 Mon Sep 17 00:00:00 2001 From: fzh <1399952343@qq.com> Date: Tue, 6 Feb 2024 14:55:14 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8Ddataimport2=E7=BB=84?= =?UTF-8?q?=E4=BB=B6=E6=9C=AA=E9=80=89=E6=8B=A9=E5=88=97=E5=AF=BC=E5=85=A5?= =?UTF-8?q?=E5=B1=9E=E6=80=A7=E7=9B=B4=E6=8E=A5=E5=AF=BC=E5=85=A5=EF=BC=8C?= =?UTF-8?q?=E9=A1=B5=E9=9D=A2=E5=8D=A1=E6=AD=BB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 1 + src/common/data-import2/data-import2.tsx | 8 +++++++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1c3cf1594..8dbe10357 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,7 @@ ### Fixed - 修复drbar重复点击同一个分页的时候会重复触发跳转 +- 修复dataimport2组件未选择列导入属性直接导入,页面卡死 ## [0.6.0-alpha.3] - 2024-02-05 diff --git a/src/common/data-import2/data-import2.tsx b/src/common/data-import2/data-import2.tsx index 6764389c3..ffdd9ed90 100644 --- a/src/common/data-import2/data-import2.tsx +++ b/src/common/data-import2/data-import2.tsx @@ -585,7 +585,13 @@ export const DataImport2 = defineComponent({ {this.previewinfo[0] && this.previewinfo[0].length ? (
-- Gitee