mirror of
https://github.com/dataease/dataease.git
synced 2026-05-20 02:58:10 +08:00
feat:设置条件绑定视图
This commit is contained in:
@@ -8,3 +8,12 @@ export function tree(data) {
|
||||
data
|
||||
})
|
||||
}
|
||||
|
||||
export function viewsWithIds(data) {
|
||||
return request({
|
||||
url: '/api/panelView/viewsWithIds',
|
||||
method: 'post',
|
||||
loading: true,
|
||||
data
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user