|
|
@@ -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 });
|
|
|
// 分站详细信息列表
|