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(); }