gaoluyang
2025-03-06 9b47c9bed54972f0dff5796a0fdb9dcbe363a9a2
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,
  });
}