From 1995e710dcf70e635c4edaa8173f8b66cd67d499 Mon Sep 17 00:00:00 2001
From: 黄何裕 <1053952480@qq.com>
Date: 星期二, 30 七月 2024 14:05:06 +0800
Subject: [PATCH] 样式优化

---
 src/api/platform/work-order.js |   13 +++++++++++--
 1 files changed, 11 insertions(+), 2 deletions(-)

diff --git a/src/api/platform/work-order.js b/src/api/platform/work-order.js
index f135250..700cd9b 100644
--- a/src/api/platform/work-order.js
+++ b/src/api/platform/work-order.js
@@ -28,9 +28,9 @@
 }
 
 // 涓嬪彂閫夋嫨宸ュ崟
-export function selectedIdsDistribute(data, unitId) {
+export function selectedIdsDistribute(data) {
   return request({
-    url: '/work-order/distribute/ids' + '?unitId=' + unitId,
+    url: '/work-order/distribute/ids',
     method: 'post',
     data: data
   })
@@ -79,6 +79,15 @@
   })
 }
 
+// 鎵归噺瀹℃牳宸ュ崟
+export function batchAuditing(data) {
+  return request({
+    url: '/work-order/batchAuditing',
+    method: 'put',
+    data: data
+  })
+}
+
 // 宸ュ崟杩愮淮鎯呭喌
 export function ywCondition(data) {
   return request({

--
Gitblit v1.8.0