mirror of
https://github.com/dataease/dataease.git
synced 2026-05-22 21:38:32 +08:00
refactor: 删除无用接口
This commit is contained in:
@@ -9,16 +9,6 @@ export function post(url, data) {
|
||||
})
|
||||
}
|
||||
|
||||
export function ajaxGetData(id, data) {
|
||||
return request({
|
||||
url: '/chart/view/getOneWithPermission/' + id,
|
||||
method: 'post',
|
||||
loading: true,
|
||||
hideMsg: true,
|
||||
data
|
||||
})
|
||||
}
|
||||
|
||||
export function getChartTree(data) {
|
||||
return request({
|
||||
url: 'api',
|
||||
|
||||
Reference in New Issue
Block a user