mirror of
https://github.com/dataease/dataease.git
synced 2026-05-20 11:38:11 +08:00
fix: 列权限校验
This commit is contained in:
@@ -103,6 +103,14 @@ export function fieldList(id, showLoading = true) {
|
||||
})
|
||||
}
|
||||
|
||||
export function fieldListWithPermission(id, showLoading = true) {
|
||||
return request({
|
||||
url: '/dataset/field/listWithPermission/' + id,
|
||||
loading: showLoading,
|
||||
method: 'post'
|
||||
})
|
||||
}
|
||||
|
||||
export function fieldListDQ(id, showLoading = true) {
|
||||
return request({
|
||||
url: '/dataset/field/listByDQ/' + id,
|
||||
|
||||
Reference in New Issue
Block a user