From 9277b4d3cf65216b4129cc3f06ba99f6068e266e Mon Sep 17 00:00:00 2001
From: yangys <y_ys79@sina.com>
Date: 星期四, 18 九月 2025 19:14:10 +0800
Subject: [PATCH] 强行启动流程,增加界面。分工表id
---
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