mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-12 12:26:47 +08:00
fix:学习路径图根据创建者带出归属组织
This commit is contained in:
@@ -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 = "";
|
||||
|
||||
Reference in New Issue
Block a user