Commit e4a3a939 by Joey

fix(@gms/gms-plugin-workflow): 选择角色查询结果错误

parent 3aaa800d
......@@ -49,7 +49,7 @@ export default {
loadRoleData(item, callback) {
GMS.$http
.get(`/nvwa-authority-role/v1/query-child`, {
params: { value: item.id },
params: { groupId: item.id },
})
.then((res) => {
if (res.status == 200) {
......
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