From 68ce9382090846dc3a03a057a18a7d09f30e45e5 Mon Sep 17 00:00:00 2001
From: cuiqian2004 <cuiqian2004@163.com>
Date: 星期五, 17 十月 2025 17:39:03 +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