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 | 54 ++++++++++++++++++------------------------------------ 1 files changed, 18 insertions(+), 36 deletions(-) diff --git a/src/api/standard/standardLibrary.js b/src/api/standard/standardLibrary.js index ad374ed..dc1da14 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({ @@ -96,33 +87,6 @@ export function upStandardProductList(data) { return request({ url: "/standardTree/upStandardProductList", - method: "post", - data: data, - }); -} - -// 鍒犻櫎鏍囧噯鏍戜笅鐨勬楠屾爣鍑� -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, }); @@ -289,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