Explorar o código

[Fix 0000] 修复了监控分站列表项无法正确删除的问题

houzekong hai 3 horas
pai
achega
fb675d735b
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      src/views/vent/safetyList/safetyList.api.ts

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

@@ -54,7 +54,7 @@ export const remove158Substation = (params) => defHttp.post({ url: Api.remove158
 //158分站操作记录
 export const get158SetLog = (params) => defHttp.post({ url: Api.get158SetLog, params }, { joinParamsToUrl: true });
 //删除158分站传感器
-export const remove158Device = (params) => defHttp.post({ url: Api.remove158Device, params },{ joinParamsToUrl: true });
+export const remove158Device = (params) => defHttp.post({ url: Api.remove158Device, params }, { joinParamsToUrl: true });
 //158监测详情读取列表
 export const set158StationDevicesRead = (params) => defHttp.post({ url: Api.set158StationDevicesRead, params }, { joinParamsToUrl: true });
 //编辑设备名称
@@ -72,7 +72,7 @@ export const remove130Substation = (params) => defHttp.post({ url: Api.remove130
 //130分站操作记录
 export const get130SetLog = (params) => defHttp.post({ url: Api.get130SetLog, params }, { joinParamsToUrl: true });
 //删除130分站传感器
-export const remove130Device = (params) => defHttp.post({ url: Api.remove130Device, params });
+export const remove130Device = (params) => defHttp.post({ url: Api.remove158Device, params });
 //130监测详情读取列表
 export const set130StationDevicesRead = (params) => defHttp.post({ url: Api.set130StationDevicesRead, params }, { joinParamsToUrl: true });
 // 分站详细信息列表