Ver Fonte

[Fix 0000] 监控分站无法删除的问题修复

houzekong há 7 horas atrás
pai
commit
c7f0586118
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      src/views/vent/safetyList/safetyList.api.ts

+ 1 - 1
src/views/vent/safetyList/safetyList.api.ts

@@ -68,7 +68,7 @@ export const get130StationDevices = (params) => defHttp.post({ url: Api.get130St
 //读取分站设备数据
 export const set130StationRead = (params) => defHttp.post({ url: Api.set130StationRead, params }, { joinParamsToUrl: true });
 //删除130分站及其关联传感器
-export const remove130Substation = (params) => defHttp.post({ url: Api.remove130Substation, params }, { joinParamsToUrl: true });
+export const remove130Substation = (params) => defHttp.post({ url: Api.remove158Substation, params }, { joinParamsToUrl: true });
 //130分站操作记录
 export const get130SetLog = (params) => defHttp.post({ url: Api.get130SetLog, params }, { joinParamsToUrl: true });
 //删除130分站传感器