From acb084956e5b44db2fe707c24ea69ddc05bfee49 Mon Sep 17 00:00:00 2001
From: yaolonglong <yaolonglong15@163.com>
Date: 星期一, 03 十一月 2025 10:42:12 +0800
Subject: [PATCH] 首页展示暂时显示固定数
---
src/api/system/comprehensive.ts | 10 +++++-----
1 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/src/api/system/comprehensive.ts b/src/api/system/comprehensive.ts
index 7363ea3..8d9e60d 100644
--- a/src/api/system/comprehensive.ts
+++ b/src/api/system/comprehensive.ts
@@ -9,7 +9,7 @@
});
}
-// 鏌ヨ缁煎悎鏌ヤ竴娆¤缁�
+// 鏌ヨ缁煎悎鏌ヤ竴娆¤缁哾
export function getOrder(id: any) {
return request({
url: "/comprehensive/enforce/order/" + id,
@@ -20,7 +20,7 @@
// 鏂板缁煎悎鏌ヤ竴娆�
export function addOrder(data: any) {
return request({
- url: "/system/order",
+ url: "/comprehensive/enforce/order/batchAdd",
method: "post",
data: data,
});
@@ -29,8 +29,8 @@
// 淇敼缁煎悎鏌ヤ竴娆�
export function updateOrder(data: any) {
return request({
- url: "/system/order",
- method: "put",
+ url: "/comprehensive/enforce/order/upd",
+ method: "post",
data: data,
});
}
@@ -38,7 +38,7 @@
// 鍒犻櫎缁煎悎鏌ヤ竴娆�
export function delOrder(id: any) {
return request({
- url: "/system/order/" + id,
+ url: "/comprehensive/enforce/order/" + id,
method: "delete",
});
}
--
Gitblit v1.9.1