fix:学习路径图根据创建者带出归属组织

This commit is contained in:
wyx
2023-01-17 08:58:54 +08:00
parent c542beacfd
commit 1dda330c07

View File

@@ -858,12 +858,14 @@ export default {
state.pathName = "";
state.pathBg = "";
state.pathBgId = "";
state.pathIntro = "";
state.out = !state.out;
setTimeout(() => {
if(store.state.userInfo.departId && store.state.userInfo.departName){
state.organizationSelectName = store.state.userInfo.departName;
state.organizationSelectId = store.state.userInfo.departId;
}
state.pathIntro = "";
state.out = !state.out;
}, 2000);
};
const handleOut1 = () => {
state.pathName = "";