|
@@ -107,7 +107,6 @@ export default {
|
|
|
if (this.$route.query.name == "/regulations") {
|
|
|
this.sidebar.opened = false;
|
|
|
}
|
|
|
- // /print
|
|
|
},
|
|
|
methods: {
|
|
|
toggleSideBar() {
|
|
@@ -130,7 +129,7 @@ export default {
|
|
|
getUserProfile().then((response) => {
|
|
|
this.user = response.data;
|
|
|
this.danWie = response.data.dept.deptName;
|
|
|
- this.yongHu = response.data.dept.leader;
|
|
|
+ this.yongHu = response.data.nickName;
|
|
|
});
|
|
|
},
|
|
|
},
|