he wei
2023-12-23 fc842d9e22aef1946df050257be41b4bfbd838a9
src/views/disjunctorTestRecord/js/apis.js
@@ -10,3 +10,14 @@
    data
  });
};
/**
 * 查询 按天
 */
export const getListLogs = (params) => {
  return axios({
    method: "POST",
    url: "ckPowerDevBreakerControlLog/getList",
    params
  });
};