From 9c64bb40c4fc66ed105bb441b39affe91b930331 Mon Sep 17 00:00:00 2001
From: 龚焕茏 <2842157468@qq.com>
Date: 星期四, 27 六月 2024 15:14:01 +0800
Subject: [PATCH] feat:批量审核

---
 src/api/platform/work-order.js |    9 +++++++++
 1 files changed, 9 insertions(+), 0 deletions(-)

diff --git a/src/api/platform/work-order.js b/src/api/platform/work-order.js
index 14e23f3..700cd9b 100644
--- a/src/api/platform/work-order.js
+++ b/src/api/platform/work-order.js
@@ -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