From 888bf1d3f86221c0c93fbbbb52185619fce5391a Mon Sep 17 00:00:00 2001 From: fit2-zhao Date: Fri, 16 Jul 2021 19:43:36 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E4=BB=BB=E5=8A=A1=E4=B8=AD=E5=BF=83):=20?= =?UTF-8?q?=E6=9C=89=E6=89=A7=E8=A1=8C=E4=B8=AD=E7=9A=84=E4=BB=BB=E5=8A=A1?= =?UTF-8?q?=E6=97=B6=E5=AE=9E=E6=97=B6=E5=88=B7=E6=96=B0=E4=BB=BB=E5=8A=A1?= =?UTF-8?q?=E7=8A=B6=E6=80=81=20#1005172=20--bug=3D1005172=20--user=3D?= =?UTF-8?q?=E8=B5=B5=E5=8B=87=20=E6=89=B9=E9=87=8F=E6=89=A7=E8=A1=8C?= =?UTF-8?q?=E6=97=B6=20=E7=AB=8B=E5=88=BB=E5=BC=B9=E5=87=BA=E4=BB=BB...=20?= =?UTF-8?q?https://www.tapd.cn/55049933/s/1025652?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/business/components/task/TaskCenter.vue | 3 +++ 1 file changed, 3 insertions(+) diff --git a/frontend/src/business/components/task/TaskCenter.vue b/frontend/src/business/components/task/TaskCenter.vue index 022199672d..2166c0a35b 100644 --- a/frontend/src/business/components/task/TaskCenter.vue +++ b/frontend/src/business/components/task/TaskCenter.vue @@ -153,6 +153,9 @@ export default { onMessage(e) { let taskTotal = e.data; this.runningTotal = taskTotal; + if (this.taskVisible) { + this.init(); + } }, onClose(e) { if (e.code === 1005) {