diff --git a/ui/src/views/document/index.vue b/ui/src/views/document/index.vue index 97ca30cbc..250a96b3f 100644 --- a/ui/src/views/document/index.vue +++ b/ui/src/views/document/index.vue @@ -206,7 +206,7 @@ const handleSelectionChange = (val: any[]) => { const initInterval = () => { interval = setInterval(() => { if ( - documentData.value.length === 0 && + documentData.value.length === 0 || documentData.value.some((item) => item.status === '0' || item.status === '2') ) { getList(true)