mirror of
https://github.com/dataease/dataease.git
synced 2026-05-21 04:08:10 +08:00
feat: 过滤组件绑定参数优化,可直接展示数据集中的参数
This commit is contained in:
@@ -128,6 +128,14 @@ export function fieldListWithPermission(id, showLoading = true) {
|
||||
})
|
||||
}
|
||||
|
||||
export function datasetParams(id, type, showLoading = true) {
|
||||
return request({
|
||||
url: '/dataset/table/params/' + id + '/' + type,
|
||||
loading: showLoading,
|
||||
method: 'post'
|
||||
})
|
||||
}
|
||||
|
||||
export function fieldListDQ(id, showLoading = true) {
|
||||
return request({
|
||||
url: '/dataset/field/listByDQ/' + id,
|
||||
|
||||
Reference in New Issue
Block a user