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