From 95f74c24867631fee2254d59725879f9d340634a Mon Sep 17 00:00:00 2001 From: lwj <3529558005@qq.com> Date: Thu, 22 Aug 2024 18:59:56 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E6=95=B0=E6=8D=AE=E6=BA=90?= =?UTF-8?q?=E5=88=97=E8=A1=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/etl/switch.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/api/etl/switch.js b/src/api/etl/switch.js index e5ae054..16e056f 100644 --- a/src/api/etl/switch.js +++ b/src/api/etl/switch.js @@ -9,9 +9,11 @@ export function selectSourceList(data){ }) } -export function selectSourceExport(){ +//导出 +export function selectSourceExport(data){ return request({ url: "/source/source/export", method: "POST", + data:data }) }