From 66ba1f496ebbcad5d3fad929f59da0ae8298bf05 Mon Sep 17 00:00:00 2001 From: gaoxq <376340421@qq.com> Date: Tue, 10 Mar 2026 23:34:35 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A4=A7=E5=B1=8F=E9=A1=B9=E7=9B=AE=E5=88=9D?= =?UTF-8?q?=E5=A7=8B=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- screen-vue/src/api/bizChart.ts | 9 +++++++++ 1 file changed, 9 insertions(+) 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