mirror of
https://github.com/1Panel-dev/MaxKB.git
synced 2025-12-28 05:42:51 +00:00
fix: 文档内容不存在也刷新
This commit is contained in:
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