|
|
|
@ -16,9 +16,7 @@ export default {
|
|
|
|
|
this.$router.replace({
|
|
|
|
|
path: "/shequ",
|
|
|
|
|
});
|
|
|
|
|
return;
|
|
|
|
|
}
|
|
|
|
|
if (this.$auth.hasRole("xiaoqu")) {
|
|
|
|
|
} else if (this.$auth.hasRole("xiaoqu")) {
|
|
|
|
|
if (this.dept.parentId == 238) {
|
|
|
|
|
this.$router.replace({
|
|
|
|
|
path: "/shequ",
|
|
|
|
@ -30,8 +28,10 @@ export default {
|
|
|
|
|
query: { xiaoquId: this.dept.deptId },
|
|
|
|
|
});
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
return;
|
|
|
|
|
} else {
|
|
|
|
|
this.$router.replace({
|
|
|
|
|
path: "/404",
|
|
|
|
|
});
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
};
|
|
|
|
|