From 48fd42391c3c0c4b72ff0871ec5c3f8edfcdb8f1 Mon Sep 17 00:00:00 2001 From: sws <1141121512@qq.com> Date: Tue, 8 Oct 2024 10:54:28 +0800 Subject: [PATCH] =?UTF-8?q?1.=E5=AF=BC=E5=85=A5=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/common/template-import/index.vue | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) diff --git a/src/components/common/template-import/index.vue b/src/components/common/template-import/index.vue index 98ac8cad..99290775 100644 --- a/src/components/common/template-import/index.vue +++ b/src/components/common/template-import/index.vue @@ -2,17 +2,15 @@ -
-
+
本地导入 模版市场 +
模版导入
+ +
@@ -52,7 +50,7 @@
- +
@@ -110,7 +108,7 @@
- +
@@ -177,7 +175,7 @@ const upload_change = async (uploadFile: UploadFile) => { watch( () => dialogVisible.value, (val) => { - if (val) { + if (val && data_list.value.length <= 0) { // 获取附件列表 get_import_list('1'); }