浏览代码

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

houzekong 8 小时之前
父节点
当前提交
c7f0586118
共有 1 个文件被更改,包括 1 次插入1 次删除
  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分站传感器