From 8716d120822f3e39ce7634494aa94f97b4ae5a75 Mon Sep 17 00:00:00 2001
From: liding <756868258@qq.com>
Date: 星期三, 02 四月 2025 13:23:56 +0800
Subject: [PATCH] 可靠性计划产品id添加
---
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