|
@@ -191,7 +191,7 @@ export default {
|
|
|
this.$store.commit('user/setUserInfo', res.data);
|
|
this.$store.commit('user/setUserInfo', res.data);
|
|
|
this.loading = false;
|
|
this.loading = false;
|
|
|
this.$message.success(res.message);
|
|
this.$message.success(res.message);
|
|
|
- this.$store.dispatch('user/getCurrentUserAuthorityDept');
|
|
|
|
|
|
|
+ // this.$store.dispatch('user/getCurrentUserAuthorityDept');
|
|
|
this.goHome();
|
|
this.goHome();
|
|
|
})
|
|
})
|
|
|
.catch((e) => {
|
|
.catch((e) => {
|