From ae2c3f847da927b6124e872d8d74c0457a1eea14 Mon Sep 17 00:00:00 2001
From: yangys <y_ys79@sina.com>
Date: 星期三, 17 九月 2025 15:27:00 +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