jiangping
2024-09-11 d7bd4442f618ac3e7c8cfaf49e8cb4d4d4bf2d8b
最新版本
已修改1个文件
2 ■■■ 文件已修改
admin/src/views/timer/timer.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
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()