From 3c0769b8697b548a20586a3febe5cf3cf500ee36 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E4=B8=8D=E5=81=9A=E7=A0=81=E5=86=9C?= <599854767@qq.com>
Date: Tue, 4 Jan 2022 15:44:09 +0800
Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E6=96=87=E4=BB=B6=E4=B8=8A?=
=?UTF-8?q?=E4=BC=A0?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
ZR.Vue/src/views/tool/file/index.vue | 11 ++++++-----
1 file changed, 6 insertions(+), 5 deletions(-)
diff --git a/ZR.Vue/src/views/tool/file/index.vue b/ZR.Vue/src/views/tool/file/index.vue
index bc21521..8e88bf3 100644
--- a/ZR.Vue/src/views/tool/file/index.vue
+++ b/ZR.Vue/src/views/tool/file/index.vue
@@ -35,7 +35,7 @@
-
+
{{ scope.row.fileName }}
@@ -70,7 +70,7 @@
-
+
@@ -104,7 +104,7 @@
@@ -235,8 +235,6 @@ export default {
created() {
// 列表数据查询
this.getList();
-
- var dictParams = [];
},
methods: {
// 查询数据
@@ -329,6 +327,9 @@ export default {
//上传成功方法
handleUploadSuccess(columnName, filelist) {
this.form[columnName] = filelist;
+
+ this.open = false;
+ this.getList();
},
// 存储类型字典翻译
storeTypeFormat(row, column) {