fix: 文档内容不存在也刷新
parent
f8921d841b
commit
d5bc5284a9
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in New Issue