From ddc15b8f31c2d84d791b561fd24f3817c7ab81da Mon Sep 17 00:00:00 2001
From: spring <2396852758@qq.com>
Date: 星期三, 02 四月 2025 10:24:48 +0800
Subject: [PATCH] 批量复制功能修改

---
 src/api/standard/standardLibrary.js |   19 ++++++++++++++++++-
 1 files changed, 18 insertions(+), 1 deletions(-)

diff --git a/src/api/standard/standardLibrary.js b/src/api/standard/standardLibrary.js
index 785c6fb..dc1da14 100644
--- a/src/api/standard/standardLibrary.js
+++ b/src/api/standard/standardLibrary.js
@@ -92,7 +92,6 @@
   });
 }
 
-
 // 閫氳繃妫�楠屾爣鍑嗘煡璇㈡楠岄」鐩�
 export function selectStandardProductListByMethodId(query) {
   return request({
@@ -254,3 +253,21 @@
     params: query,
   });
 }
+
+// 鏍囧噯鏍�--瀹℃牳
+export function productListCheck(data) {
+  return request({
+    url: "/standardTree/productListCheck",
+    method: "post",
+    data: data,
+  });
+}
+
+// 鏍囧噯鏍�--鎻愪氦鍙樻洿
+export function productListSubmit(data) {
+  return request({
+    url: "/standardTree/productListSubmit",
+    method: "post",
+    data: data,
+  });
+}

--
Gitblit v1.9.3