From 2203e220e71fe69bb89b7c01e431eaea08bdaf0d Mon Sep 17 00:00:00 2001
From: spring <2396852758@qq.com>
Date: 星期二, 25 二月 2025 14:23:22 +0800
Subject: [PATCH] 搬迁内审管理
---
src/api/standard/standardLibrary.js | 35 -----------------------------------
1 files changed, 0 insertions(+), 35 deletions(-)
diff --git a/src/api/standard/standardLibrary.js b/src/api/standard/standardLibrary.js
index ad374ed..785c6fb 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) {
--
Gitblit v1.9.3