diff --git a/screen-vue/src/api/bizChart.ts b/screen-vue/src/api/bizChart.ts index e3c9166..e822695 100644 --- a/screen-vue/src/api/bizChart.ts +++ b/screen-vue/src/api/bizChart.ts @@ -9,4 +9,13 @@ export function getChartList(params) { method: 'get', params: params }) +} + + +export function getChartListAll(params) { + return request({ + url: '/biz/chartInfo/listAll', + method: 'get', + params: params + }) } \ No newline at end of file