perf: 优化分段代码

This commit is contained in:
wangdan-fit2cloud 2024-05-15 10:10:11 +08:00
parent a47d3ed3c7
commit c8980b135e

View File

@ -183,7 +183,7 @@ function splitDocument() {
})
})
}
paragraphList.value = res.data
paragraphList.value = list
loading.value = false
})
.catch(() => {