fix(视图): 编辑已删除的视图报错无权限

This commit is contained in:
fit2cloud-chenyw
2022-11-29 10:46:26 +08:00
parent a86e93ef4e
commit 98591dbe3f
2 changed files with 42 additions and 32 deletions

View File

@@ -8,6 +8,15 @@ export function post(url, data, loading = false) {
data
})
}
export function tableField(id) {
return request({
url: '/dataset/table/getWithPermission/' + id,
method: 'post',
loading: true,
hideMsg: true,
timeout: 60000
})
}
export function getChartTree(data) {
return request({