liding
16 小时以前 ea7c19b7bfd7a5260fa321579e6941f28ef2eb46
src/api/standard/standardLibrary.js
@@ -76,6 +76,9 @@
// 根据标准树进行标准查询
export function selectsStandardMethodByFLSSM(query) {
  if (!query || !query.tree || !query.tree.trim()) {
    return Promise.resolve({ code: 200, data: { standardMethodList: [] } });
  }
  return request({
    url: "/standardTree/selectsStandardMethodByFLSSM",
    method: "get",
@@ -156,23 +159,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) {