mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-13 04:46:46 +08:00
fix:学习路径图根据创建者带出归属组织
This commit is contained in:
@@ -858,12 +858,14 @@ export default {
|
|||||||
state.pathName = "";
|
state.pathName = "";
|
||||||
state.pathBg = "";
|
state.pathBg = "";
|
||||||
state.pathBgId = "";
|
state.pathBgId = "";
|
||||||
|
state.pathIntro = "";
|
||||||
|
state.out = !state.out;
|
||||||
|
setTimeout(() => {
|
||||||
if(store.state.userInfo.departId && store.state.userInfo.departName){
|
if(store.state.userInfo.departId && store.state.userInfo.departName){
|
||||||
state.organizationSelectName = store.state.userInfo.departName;
|
state.organizationSelectName = store.state.userInfo.departName;
|
||||||
state.organizationSelectId = store.state.userInfo.departId;
|
state.organizationSelectId = store.state.userInfo.departId;
|
||||||
}
|
}
|
||||||
state.pathIntro = "";
|
}, 2000);
|
||||||
state.out = !state.out;
|
|
||||||
};
|
};
|
||||||
const handleOut1 = () => {
|
const handleOut1 = () => {
|
||||||
state.pathName = "";
|
state.pathName = "";
|
||||||
|
|||||||
Reference in New Issue
Block a user