diff --git a/ZR.Vue/src/views/tool/file/index.vue b/ZR.Vue/src/views/tool/file/index.vue
index 7a2a071..88ad3fb 100644
--- a/ZR.Vue/src/views/tool/file/index.vue
+++ b/ZR.Vue/src/views/tool/file/index.vue
@@ -88,12 +88,12 @@
-
+
-
+
@@ -293,6 +293,7 @@ export default {
this.reset();
this.open = true;
this.title = "上传文件";
+ this.form.storeType = this.queryParams.storeType;
},
/** 删除按钮操作 */
handleDelete(row) {
@@ -342,7 +343,6 @@ export default {
};