From 542dcd62fa061525a00339011ff24246f03b820e Mon Sep 17 00:00:00 2001 From: wjli <591616088@qq.com> Date: 星期二, 09 四月 2024 08:36:49 +0800 Subject: [PATCH] 添加签收查询 --- src/views/my-components/xboot/file-upload.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/views/my-components/xboot/file-upload.vue b/src/views/my-components/xboot/file-upload.vue index 1b3c866..a86d2ae 100644 --- a/src/views/my-components/xboot/file-upload.vue +++ b/src/views/my-components/xboot/file-upload.vue @@ -112,7 +112,7 @@ methods: { init() { this.accessToken = { - accessToken: this.getStore("accessToken"), + accessToken: this.getSessionStore("accessToken"), }; this.setCurrentValue(this.value); }, -- Gitblit v1.9.1