数据权限

This commit is contained in:
陈淳
2022-09-16 18:57:32 +08:00
parent 71cf85f535
commit 0e6113f0a6
7 changed files with 507 additions and 219 deletions

View File

@@ -40,7 +40,7 @@ export function updateRole(data) {
// 角色数据权限
export function dataScope(data) {
return request({
url: '/system/role/dataScope',
url: '/role/UpdateDataScpoce',
method: 'put',
data: data
})