From 47abed7a6ee98a1dce4c8c52b548b7d77ce97c35 Mon Sep 17 00:00:00 2001 From: "luoJunYong.123" Date: Thu, 13 Jan 2022 18:28:24 +0800 Subject: [PATCH] update --- src/store/modules/system.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/store/modules/system.js b/src/store/modules/system.js index e3827a1..8def3e0 100644 --- a/src/store/modules/system.js +++ b/src/store/modules/system.js @@ -1374,9 +1374,7 @@ export default { }, setDataFlow(state, obj) { for(let key in obj) { - if(state.businessSelect[state.businessKey].dataFlow[key]) { - state.businessSelect[state.businessKey].dataFlow[key] = obj[key] - } + state.businessSelect[state.businessKey].dataFlow[key] = obj[key] } }, initState(state) {