From 2a32e53e45eef72bb37409b0694e4b5c2b1587af Mon Sep 17 00:00:00 2001
From: MrShi <1878285526@qq.com>
Date: 星期四, 23 十月 2025 15:12:26 +0800
Subject: [PATCH] 页面
---
admin/src/api/business/jkSketchCustomer.js | 12 ++++++++++++
1 files changed, 12 insertions(+), 0 deletions(-)
diff --git a/admin/src/api/business/jkSketchCustomer.js b/admin/src/api/business/jkSketchCustomer.js
index 830f80d..2672ca8 100644
--- a/admin/src/api/business/jkSketchCustomer.js
+++ b/admin/src/api/business/jkSketchCustomer.js
@@ -7,6 +7,18 @@
})
}
+// 鏌ヨ
+export function allList (data) {
+ return request.post('/visitsAdmin/cloudService/business/jkSketchCustomer/allList', data, {
+ trim: true
+ })
+}
+export function allMapList (data) {
+ return request.post('/visitsAdmin/cloudService/business/jkSketchCustomer/allMapList', data, {
+ trim: true
+ })
+}
+
// 瀵煎嚭Excel
export function exportExcel (data) {
return request.post('/visitsAdmin/cloudService/business/jkSketchCustomer/exportExcel', data, {
--
Gitblit v1.9.3