From fb026e6052b4d843d327312db398cf791ac57ab9 Mon Sep 17 00:00:00 2001
From: cyy <cuiqian2004@163.com>
Date: 星期日, 28 九月 2025 22:43:29 +0800
Subject: [PATCH] test
---
pages/task/list.vue | 13 +++++++------
1 files changed, 7 insertions(+), 6 deletions(-)
diff --git a/pages/task/list.vue b/pages/task/list.vue
index 4d85b88..e7d9573 100644
--- a/pages/task/list.vue
+++ b/pages/task/list.vue
@@ -184,13 +184,14 @@
try {
if (this.isPageVisible)
await this.checkTaskGroupStatus()
- setTimeout(this.timerCheckTaskGroupStatus, 1000);
+ // setTimeout(this.timerCheckTaskGroupStatus, 1000);
} catch (ex) {
- showError(ex).then((res)=>{
- setTimeout(this.timerCheckTaskGroupStatus, 1000);
- })
+ showToast(ex)
+ // showError(ex).then((res)=>{
+ // setTimeout(this.timerCheckTaskGroupStatus, 1000);
+ // })
} finally {
-
+ setTimeout(this.timerCheckTaskGroupStatus, 1000);
}
},
async checkTaskGroupStatus() {
@@ -220,7 +221,7 @@
} catch (ex) {
this.taskStatus = {}
- showError(ex)
+ showToast(ex)
}
},
setTaskGroupStatus(cmdID) {
--
Gitblit v1.9.1