diff --git a/ZR.Vue/src/views/tool/file/index.vue b/ZR.Vue/src/views/tool/file/index.vue index 8e98752..cd46934 100644 --- a/ZR.Vue/src/views/tool/file/index.vue +++ b/ZR.Vue/src/views/tool/file/index.vue @@ -328,6 +328,7 @@ export default { return this.selectDictLabel(this.storeTypeOptions, row.storeType); }, handleSelectStore(val) { + this.queryParams.storeType = val; if (val == 1) { this.uploadUrl = "/common/uploadFile"; } else if (val == 2) {