spring
2025-03-06 c86814dbdc31028dcc9603bc7f4e5a35d9f50b13
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,
  });
}