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