From 17e8771833010caa709fdfa351cb511246939357 Mon Sep 17 00:00:00 2001
From: wangyuhang <139@qq.com>
Date: 星期二, 18 十一月 2025 10:14:13 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/cx_smrq' into cx_smrq
---
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