feat:设置条件绑定视图

This commit is contained in:
fit2cloud-chenyw
2021-04-19 15:31:03 +08:00
parent 153ac35701
commit 5af4158dc4
8 changed files with 127 additions and 15 deletions

View File

@@ -8,3 +8,12 @@ export function tree(data) {
data
})
}
export function viewsWithIds(data) {
return request({
url: '/api/panelView/viewsWithIds',
method: 'post',
loading: true,
data
})
}