From 709fa95bc62e339ec74d8d8084b7380a62a8474f Mon Sep 17 00:00:00 2001
From: 小小儁爺 <1694218219@qq.com>
Date: 星期二, 28 四月 2026 17:06:35 +0800
Subject: [PATCH] 1.sop工艺   变成批量绑定

---
 src/api/SopManager.js |   13 +++++++++++--
 1 files changed, 11 insertions(+), 2 deletions(-)

diff --git a/src/api/SopManager.js b/src/api/SopManager.js
index 1a1656b..bd51fde 100644
--- a/src/api/SopManager.js
+++ b/src/api/SopManager.js
@@ -40,8 +40,8 @@
 export function ProcessSopMaxVersion(data) {
   return request({
     url: 'SopManageMent/ProcessSopMaxVersion',
-    method: 'get',
-    params: data
+    method: 'post',
+    data
   })
 }
 
@@ -125,3 +125,12 @@
     params: data
   })
 }
+
+// 绯荤粺璁剧疆,浜у搧缂栫爜鏌ユ壘鍏宠仈鐨勫伐鑹轰俊鎭�
+export function ProcessSopPartSelectRpute(data) {
+  return request({
+    url: 'SopManageMent/ProcessSopPartSelectRpute',
+    method: 'post',
+    data
+  })
+}

--
Gitblit v1.9.3