From cae734762439e5c3571780da1aac1bbdc3082da9 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: Fri, 14 Jan 2022 16:31: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 | 1 + 1 file changed, 1 insertion(+) 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) {