From b311b3cfee0a4635c236eea6c5870d805a29a160 Mon Sep 17 00:00:00 2001
From: yangys <y_ys79@sina.com>
Date: 星期一, 22 九月 2025 13:09:31 +0800
Subject: [PATCH] 优化导出工控网

---
 src/api/flow/todolist.js |    9 +++++++++
 1 files changed, 9 insertions(+), 0 deletions(-)

diff --git a/src/api/flow/todolist.js b/src/api/flow/todolist.js
index ed397f0..43e3138 100644
--- a/src/api/flow/todolist.js
+++ b/src/api/flow/todolist.js
@@ -113,6 +113,15 @@
     data: data,
   })
 }
+
+//缂栫▼鍛樻壒閲忓鐞嗙幇鍦虹紪鍒�
+export const batchApproveOnMachine = data => {
+  return request({
+    url: '/blade-mdm/flow/dispatch/batch-program-on-machine',
+    method: 'post',
+    data: data,
+  })
+}
 // 涓婁竴鐜妭瀹℃壒浜�
 /*
 export const getPrevius = data => {

--
Gitblit v1.9.3