mirror of
https://github.com/dataease/dataease.git
synced 2026-05-18 01:38:11 +08:00
feat: 增加授权模型统一查询功能,视图使授权模型查询
This commit is contained in:
10
frontend/src/api/authModel/authModel.js
Normal file
10
frontend/src/api/authModel/authModel.js
Normal file
@@ -0,0 +1,10 @@
|
||||
import request from '@/utils/request'
|
||||
|
||||
export function queryAuthModel(data) {
|
||||
return request({
|
||||
url: 'authModel/queryAuthModel',
|
||||
method: 'post',
|
||||
loading: true,
|
||||
data
|
||||
})
|
||||
}
|
||||
Reference in New Issue
Block a user