删除注释

This commit is contained in:
zyy 2020-08-03 19:01:16 +08:00
parent 86197114a1
commit bd8054bef8

View File

@ -375,7 +375,6 @@ export default {
this.param.routeCodeList = routeCodeList; this.param.routeCodeList = routeCodeList;
} }
if (this.cmdType == CMD.Station.CMD_STATION_SET_CI_AUTO_TRIGGER || this.cmdType == CMD.Station.CMD_STATION_CANCEL_CI_AUTO_TRIGGER) { if (this.cmdType == CMD.Station.CMD_STATION_SET_CI_AUTO_TRIGGER || this.cmdType == CMD.Station.CMD_STATION_CANCEL_CI_AUTO_TRIGGER) {
console.log(1111);
if (this.selectedObj.centralized) { if (this.selectedObj.centralized) {
this.param = { stationCode: this.selectedObj.code }; this.param = { stationCode: this.selectedObj.code };
} else { } else {