spring
2025-03-06 a8fa33e79abe005353d7f152ef3ece820433f4f6
src/api/standard/standardLibrary.js
@@ -82,11 +82,11 @@
}
// 根据标准树进行标准查询
export function selectsStandardMethodByFLSSM(data) {
export function selectsStandardMethodByFLSSM(query) {
  return request({
    url: "/standardTree/selectsStandardMethodByFLSSM",
    method: "post",
    data: data,
    method: "get",
    params: query,
  });
}