fix: 列权限校验

This commit is contained in:
taojinlong
2022-01-25 13:52:57 +08:00
parent 17e2ec66c0
commit f33e4b93c6
6 changed files with 86 additions and 35 deletions

View File

@@ -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,