From d3059a6205121ce357acef995dfdd16211a43202 Mon Sep 17 00:00:00 2001
From: wangyuhang <139@qq.com>
Date: 星期二, 18 十一月 2025 10:14:02 +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