From 6ec7e32a2e4a06b995289d5698587e3f8bf7dafe Mon Sep 17 00:00:00 2001 From: zoujiandong <10130823232@qq.com> Date: Thu, 6 Jun 2024 09:48:26 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AF=BC=E5=87=BA=E6=9C=8D=E5=8A=A1=E5=88=97?= =?UTF-8?q?=E8=A1=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/order/list.js | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/api/order/list.js b/src/api/order/list.js index 5dd1870..9b6e759 100644 --- a/src/api/order/list.js +++ b/src/api/order/list.js @@ -115,3 +115,10 @@ export function cancelService(id,data){//取消服务包-取消订单 data }) } +export function exportService(data){//导出服务包 + return request({ + url:'/admin/export/order/service', + method: 'post', + data + }) +} \ No newline at end of file