From d5d7e33e403a4ffe49f5dd1d073fcdf21bc0bb88 Mon Sep 17 00:00:00 2001 From: Mr.Shi <1878285526@qq.com> Date: 星期二, 22 八月 2023 14:28:02 +0800 Subject: [PATCH] 大屏 --- screen_standard/src/stores/counter.js | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/screen_standard/src/stores/counter.js b/screen_standard/src/stores/counter.js index d4b3256..b933f23 100644 --- a/screen_standard/src/stores/counter.js +++ b/screen_standard/src/stores/counter.js @@ -5,7 +5,7 @@ state: () => { // 678 - return { companyId: '8', departId: '132' }; + return { companyId: '', departId: '' }; }, actions: { -- Gitblit v1.9.3