为管理端直接调用此页面,进行身份切换

This commit is contained in:
daihh
2023-03-08 21:47:46 +08:00
parent 65a9cf87f9
commit 5ef2e4f901

View File

@@ -197,6 +197,9 @@ export default {
};
},
mounted() {
//为管理端,直接调用此页面时,设置当前人的身份
this.$store.dispatch('SetCurIdentity',2);
this.searchData();
this.getResOwnerTree().then(rs=>{
this.resOwnerListMap=rs;