This commit is contained in:
yuping
2022-12-12 23:21:18 +08:00
parent 2e78827971
commit 2f4d00baa1

View File

@@ -861,8 +861,8 @@ export default {
state.pathName = "";
state.pathBg = "";
state.pathBgId = "";
state.organizationSelectName = store.state.userInfo.departId;
state.organizationSelectId = store.state.userInfo.departName;
state.organizationSelectName = store.state.userInfo.departName;
state.organizationSelectId = store.state.userInfo.departId;
state.pathIntro = "";
state.out = !state.out;
};