From 1e0c8c2a1a3e67cf95a4ccc60012cc3c6dad26be Mon Sep 17 00:00:00 2001
From: jiangping <jp@doumee.com>
Date: 星期五, 25 四月 2025 11:27:54 +0800
Subject: [PATCH] 代码初始化

---
 admin/src/api/business/category.js |    9 +++++++++
 1 files changed, 9 insertions(+), 0 deletions(-)

diff --git a/admin/src/api/business/category.js b/admin/src/api/business/category.js
index 5ed8bda..569e286 100644
--- a/admin/src/api/business/category.js
+++ b/admin/src/api/business/category.js
@@ -24,6 +24,15 @@
     download: true
   })
 }
+export function importDcaExcel (data) {
+  return request.post('/business/category/importDcaExcel', data)
+}
+export function exportDcaExcel (data) {
+  return request.post('/business/category/exportDcaExcel', encryptData(data), {
+    trim: true,
+    download: true
+  })
+}
 
 // 鍒涘缓
 export function create (data) {

--
Gitblit v1.9.3