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