This commit is contained in:
熊成强 2020-11-23 15:49:38 +08:00
parent 733507ad74
commit 846b8550d2

View File

@ -535,7 +535,7 @@ export default {
apiSetPermissionsRoleChange(dicPara).then(res => { apiSetPermissionsRoleChange(dicPara).then(res => {
if (res.code === 200) { if (res.code === 200) {
this.showDialogPersonnel = false this.showDialogPersonnel = false
this.$router.push({ name: 'workbench-home' }) this.handleGetSetPageInfo()
} else { } else {
this.$message.error(res.msg) this.$message.error(res.msg)
} }