| | |
| | | this.pressStationTimer = null; |
| | | }, |
| | | clickDelStation(item) { |
| | | showModal("确认删除站点", "警告").then((res) => { |
| | | showModal("确认删除站点", "警告",true,"确定","取消").then((res) => { |
| | | if (res) { |
| | | this.deleteStation(item) |
| | | } |
| | |
| | | }, |
| | | clickStationDelete() { |
| | | const _this = this |
| | | showModal("确认删除站点", "警告").then((res) => { |
| | | showModal("确认删除站点", "警告",true,"确定","取消").then((res) => { |
| | | if (res) { |
| | | _this.deleteStation(this.stationEdit) |
| | | _this.$refs.refPopupOperateStation.close() |
| | |
| | | if (exStr == "{}") |
| | | exStr = ex |
| | | let tip = typeof ex.msg == "string" ? ex.msg : exStr |
| | | showModal(tip, "错误", false) |
| | | showModal(tip, "错误", false,"确定") |
| | | }, |
| | | |
| | | |