From efff5c8410c9657915eb05615c13c2de7421c61a Mon Sep 17 00:00:00 2001 From: ludc Date: 星期四, 27 七月 2023 17:38:11 +0800 Subject: [PATCH] 修改文件下载不成功问题 --- Source/UBCS-WEB/src/components/BatchImport/index.vue | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/Source/UBCS-WEB/src/components/BatchImport/index.vue b/Source/UBCS-WEB/src/components/BatchImport/index.vue index 3b347ac..e9fb97f 100644 --- a/Source/UBCS-WEB/src/components/BatchImport/index.vue +++ b/Source/UBCS-WEB/src/components/BatchImport/index.vue @@ -79,6 +79,7 @@ :type="type" :title="title" :secDTOList="secDTOList" + :resetTable="resetTable" ></ShowImportData> </el-dialog> </template> @@ -116,6 +117,7 @@ type: String, default: "", }, + resetTable: Function }, computed: { uploadHeaders() { -- Gitblit v1.9.3