Fixing edit user route btn

parent 101b8384
......@@ -69,7 +69,7 @@
<template scope="scope">
<el-button-group>
<edit-button
:to="{name: 'admin.user.users.edit', params: {roleId: scope.row.id}}"></edit-button>
:to="{name: 'admin.user.users.edit', params: {userId: scope.row.id}}"></edit-button>
<delete-button :scope="scope" :rows="data"></delete-button>
</el-button-group>
</template>
......
......@@ -107994,7 +107994,7 @@ var render = function() {
attrs: {
to: {
name: "admin.user.users.edit",
params: { roleId: scope.row.id }
params: { userId: scope.row.id }
}
}
}),
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment