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