zhuo
2025-03-29 7e81a765d77a0bce3b1f11829f9dfc66d376efd8
src/api/standard/standardLibrary.js
@@ -156,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) {