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) {