From b807a12b89dc9126bac49c02a3902bec758f4f9b Mon Sep 17 00:00:00 2001
From: gaoluyang <2820782392@qq.com>
Date: 星期一, 09 六月 2025 11:55:27 +0800
Subject: [PATCH] 检验标准未带出

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

diff --git a/src/api/standard/standardLibrary.js b/src/api/standard/standardLibrary.js
index ad374ed..832dd1c 100644
--- a/src/api/standard/standardLibrary.js
+++ b/src/api/standard/standardLibrary.js
@@ -56,15 +56,6 @@
   });
 }
 
-// 缁欐爣鍑嗘爲娣诲姞妫�楠屾爣鍑�
-export function addStandardMethodList(data) {
-  return request({
-    url: "/standardTree/addStandardMethodList",
-    method: "post",
-    data: data,
-  });
-}
-
 // 娣诲姞鏍囧噯鏍�
 export function addStandardTree(data) {
   return request({
@@ -101,32 +92,6 @@
   });
 }
 
-// 鍒犻櫎鏍囧噯鏍戜笅鐨勬楠屾爣鍑�
-export function delStandardMethodByFLSSM(data) {
-  return request({
-    url: "/standardTree/delStandardMethodByFLSSM",
-    method: "post",
-    data: data,
-  });
-}
-
-// 鍒犻櫎鏍囧噯鏍戜笅鐨勬楠屾爣鍑�
-export function delStandardProductByIds(data) {
-  return request({
-    url: "/standardTree/delStandardProductByIds",
-    method: "post",
-    data: data,
-  });
-}
-
-// 鏂板鏍囧噯鏍戜笅鐨勬楠岄」鐩�
-export function addStandardProduct(data) {
-  return request({
-    url: "/standardTree/addStandardProduct",
-    method: "post",
-    data: data,
-  });
-}
 
 // 閫氳繃妫�楠屾爣鍑嗘煡璇㈡楠岄」鐩�
 export function selectStandardProductListByMethodId(query) {
@@ -191,23 +156,7 @@
   });
 }
 
-// 閲嶇疆鏍囧噯搴撳崟浠�
-export function resetTreeOfPrice(data) {
-  return request({
-    url: "/standardTree/resetTreeOfPrice",
-    method: "post",
-    data: data,
-  });
-}
 
-// 閲嶇疆鏍囧噯搴撳伐鏃剁郴鏁�
-export function resetTreeOfHour(data) {
-  return request({
-    url: "/standardTree/resetTreeOfHour",
-    method: "post",
-    data: data,
-  });
-}
 
 // 妫�楠岄」澶嶅埗鎺掑簭
 export function copyStandardProductSort(data) {

--
Gitblit v1.9.3