From d96ac2eaf4129698c49d31050009b524c7a0e38d Mon Sep 17 00:00:00 2001
From: 王恒 <318726284@qq.com>
Date: 星期五, 29 八月 2025 19:20:21 +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