From d941bab56c15b52312c58707ff778f6140e0c5f4 Mon Sep 17 00:00:00 2001 From: liukangdong <898885815@qq.com> Date: 星期三, 11 九月 2024 17:47:41 +0800 Subject: [PATCH] Merge branch 'master' of http://139.186.142.91:10010/r/productDev/dmvisit --- admin/src/views/timer/timer.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/admin/src/views/timer/timer.vue b/admin/src/views/timer/timer.vue index 6eeca3f..8529d97 100644 --- a/admin/src/views/timer/timer.vue +++ b/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() -- Gitblit v1.9.3