From 9b74b477139659d69fcf321d160724aa1cd90ce0 Mon Sep 17 00:00:00 2001
From: k94314517 <8417338+k94314517@user.noreply.gitee.com>
Date: 星期三, 07 五月 2025 18:49:12 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/master'
---
admin/src/api/business/category.js | 8 +++++++-
1 files changed, 7 insertions(+), 1 deletions(-)
diff --git a/admin/src/api/business/category.js b/admin/src/api/business/category.js
index 76cddde..8582179 100644
--- a/admin/src/api/business/category.js
+++ b/admin/src/api/business/category.js
@@ -12,7 +12,13 @@
trim: true
})
}
-
+// 瀵煎嚭Excel
+export function exportExcel (data) {
+ return request.post('/visitsAdmin/cloudService/business/category/exportChildExcel', data, {
+ trim: true,
+ download: true
+ })
+}
// 鍒涘缓
export function create (data) {
return request.post('/visitsAdmin/cloudService/business/category/create', data)
--
Gitblit v1.9.3