Browse Source

手动去掉党工委

epdc-admin-dangqun
zhaoyongnian 4 years ago
parent
commit
dbf548bacf
  1. 7
      src/views/main.vue

7
src/views/main.vue

@ -89,11 +89,10 @@ export default {
}
this.$store.state.user.id = res.data.id
this.$store.state.user.name = res.data.username
// this.$store.state.user.realName = res.data.realName
// 2022/9/19
this.$store.state.user.realName = (res.data.realName).replace('党工委', '')
this.$store.state.user.realName = res.data.realName
this.$store.state.user.superAdmin = res.data.superAdmin
this.$store.state.user.deptName = res.data.deptName
// 2022/9/19
this.$store.state.user.deptName = res.data.deptName.replace('党工委', '')
}).catch(() => { })
},
//

Loading…
Cancel
Save