WXL
2025-03-04 b0dd2386496a80e48e6f2d273d26ad8ed8731b3f
src/api/system/role.js
@@ -38,7 +38,7 @@
// 角色数据权限
export function dataScope(data) {
  return request({
    url: '/system/role/dataScope/edit',
    url: '/system/role/dataScope',
    method: 'post',
    data: data
  })
@@ -104,7 +104,7 @@
// 授权用户选择
export function authUserSelectAll(data) {
  return request({
    url: '/system/role/authUser/selectAll/edit',
    url: '/system/role/authUser/selectAll',
    method: 'post',
    params: data
  })