ll
liukangdong
2024-10-28 19f0eca493f7e17ab7b67d28cf77d80de364576c
admin/src/views/timer/timer.vue
@@ -110,7 +110,7 @@
      this.$dialog.actionConfirm('确认暂停该任务吗?')
          .then(() => {
            this.pausing = true
            this.api.paustById(row.id)
            this.api.pauseById(row.id)
                .then(() => {
                  this.$message.info('暂停成功')
                  this.search()