From 62e8a0c2fe8fd6e431df437a119ae44b51397b36 Mon Sep 17 00:00:00 2001 From: wangruidong <940853815@qq.com> Date: Tue, 27 Feb 2024 16:07:08 +0800 Subject: [PATCH] =?UTF-8?q?perf:=20=E7=BB=88=E6=96=AD=E4=BB=BB=E5=8A=A1?= =?UTF-8?q?=E6=8C=89=E9=92=AE=E7=8A=B6=E6=80=81=E5=8F=98=E5=8C=96=E4=BC=98?= =?UTF-8?q?=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/ops/Job/QuickJob.vue | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/views/ops/Job/QuickJob.vue b/src/views/ops/Job/QuickJob.vue index 227b555f7..2d053c713 100644 --- a/src/views/ops/Job/QuickJob.vue +++ b/src/views/ops/Job/QuickJob.vue @@ -456,6 +456,9 @@ export default { StopJob({ task_id: this.currentTaskId }).then(() => { this.xterm.write(this.wrapperError('Task has been canceled')) this.getTaskStatus() + }).catch((e) => { + console.log(e) + }).finally(() => { this.setStopBtn() }) },