From 464fe7b9a17ba3e9f6b5545436f727d3504a8e9e Mon Sep 17 00:00:00 2001
From: yangys <y_ys79@sina.com>
Date: 星期二, 23 九月 2025 00:44:34 +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