From 8511dfc1625a4c69efdb6a3ee1c7ec86a1aaab44 Mon Sep 17 00:00:00 2001 From: "dong.ai" Date: Wed, 17 Dec 2025 10:18:49 +0800 Subject: [PATCH] =?UTF-8?q?fix(List.vue):=20=E6=B7=BB=E5=8A=A0=E5=88=86?= =?UTF-8?q?=E6=94=AF=E7=B1=BB=E5=9E=8B14=E7=9A=84=E5=A4=84=E7=90=86?= =?UTF-8?q?=E9=80=BB=E8=BE=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/ebiz/sale/List.vue | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/views/ebiz/sale/List.vue b/src/views/ebiz/sale/List.vue index bf2189b04..dfd1db79a 100644 --- a/src/views/ebiz/sale/List.vue +++ b/src/views/ebiz/sale/List.vue @@ -564,6 +564,9 @@ export default { if (this.$CacheUtils.getLocItem('branchType') == '13') { thisbranchType = this.$CacheUtils.getLocItem('branchType') } + if (this.$CacheUtils.getLocItem('branchType') == '14') { + thisbranchType = this.$CacheUtils.getLocItem('branchType') + } window.localStorage.clear() this.$CacheUtils.setLocItem('token', thisToken) if (thisbranchType) {