lxp
2025-03-18 db01bceab158251b846c5d6d43c1185172eb958d
src/api/standard/standardLibrary.js
@@ -159,3 +159,12 @@
    method: "get",
  });
}
// 仅获取光纤的型号
export function getStandTreeBySampleType(query) {
  return request({
    url: "/standardTree/getStandTreeBySampleType",
    method: "get",
    params:query
  });
}