角色菜单,权限页面跳转调整
This commit is contained in:
@@ -509,7 +509,7 @@ export default {
|
|||||||
/** 分配用户操作 */
|
/** 分配用户操作 */
|
||||||
handleAuthUser: function (row) {
|
handleAuthUser: function (row) {
|
||||||
const roleId = row.roleId
|
const roleId = row.roleId
|
||||||
this.$router.push({ path: '/system/roleusers', query: { roleId } })
|
this.$router.push({ path: '/DeveloperCenter/people/roleusers', query: { roleId } })
|
||||||
},
|
},
|
||||||
/** 提交按钮 */
|
/** 提交按钮 */
|
||||||
submitForm: function () {
|
submitForm: function () {
|
||||||
|
|||||||
Reference in New Issue
Block a user