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