cuiqian2004
2025-09-12 d87c256a957a6a5c3b40eaf9c52ec68f2fc22c97
pages/station/index.vue
@@ -359,7 +359,7 @@
            this.pressStationTimer = null;
         },
         clickDelStation(item) {
            showModal("确认删除站点", "警告").then((res) => {
            showModal("确认删除站点", "警告",true,"确定","取消").then((res) => {
               if (res) {
                  this.deleteStation(item)
               }
@@ -392,7 +392,7 @@
         },
         clickStationDelete() {
            const _this = this
            showModal("确认删除站点", "警告").then((res) => {
            showModal("确认删除站点", "警告",true,"确定","取消").then((res) => {
               if (res) {
                  _this.deleteStation(this.stationEdit)
                  _this.$refs.refPopupOperateStation.close()
@@ -672,7 +672,7 @@
            if (exStr == "{}")
               exStr = ex
            let tip = typeof ex.msg == "string" ? ex.msg : exStr
            showModal(tip, "错误", false)
            showModal(tip, "错误", false,"确定")
         },