From 080ea1f8b0936fa21730781c9eb75b590f4a44ff Mon Sep 17 00:00:00 2001 From: xlsea Date: Sun, 14 Jul 2024 20:16:46 +0800 Subject: [PATCH] =?UTF-8?q?fix(sj=5F1.1.0=5Fbeta3):=20=E4=BF=AE=E5=A4=8D?= =?UTF-8?q?=E5=88=B7=E6=96=B0=E5=90=8E=E5=B1=95=E5=BC=80=E6=97=A0=E6=B3=95?= =?UTF-8?q?=E9=87=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/common/job-task-list-table.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/common/job-task-list-table.vue b/src/components/common/job-task-list-table.vue index 51aa8fe..1518b4c 100644 --- a/src/components/common/job-task-list-table.vue +++ b/src/components/common/job-task-list-table.vue @@ -284,6 +284,7 @@ const onUpdatePage = (_: number) => { async function flushed() { searchParams.taskStatus = undefined; + expandedRowKeys.value = []; await getData(); }