From 5828a60f0b302367f7d4d1fdec310acdb1cba988 Mon Sep 17 00:00:00 2001 From: "luoJunYong.123" Date: Thu, 24 Mar 2022 18:21:31 +0800 Subject: [PATCH] update --- src/store/modules/system.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/store/modules/system.js b/src/store/modules/system.js index a80ec3f..2ef347b 100644 --- a/src/store/modules/system.js +++ b/src/store/modules/system.js @@ -2289,6 +2289,7 @@ export default { }, initState(state) { state.businessSelect = { ...myInitState } + console.log(state.businessSelect) state.businessKey = '' }, setShowBusiness(state, isShow) {