From 82f959cbd727e94a2273b73402a04d35f06d008a Mon Sep 17 00:00:00 2001
From: liding <756868258@qq.com>
Date: 星期三, 02 四月 2025 16:41:15 +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