src/views/devManager/js/apis.js
@@ -108,4 +108,15 @@ method: "GET", url: "breakerInf/getBreakerName", }); }; /** * 断路器 获取断路器名称 分组 */ export const getBreakerNamesInGroup = () => { return axios({ method: "GET", url: "breakerInf/getBreakerClassification", }); };