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'); }