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, }); }