大屏项目初始化
This commit is contained in:
@@ -9,4 +9,13 @@ export function getChartList(params) {
|
|||||||
method: 'get',
|
method: 'get',
|
||||||
params: params
|
params: params
|
||||||
})
|
})
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
export function getChartListAll(params) {
|
||||||
|
return request({
|
||||||
|
url: '/biz/chartInfo/listAll',
|
||||||
|
method: 'get',
|
||||||
|
params: params
|
||||||
|
})
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user