【功能新增】AI:知识库文档上传:10% 搭建整体页面结构

This commit is contained in:
YunaiV
2025-02-28 19:56:18 +08:00
parent 94091598a3
commit b7d7b11d31
7 changed files with 929 additions and 8 deletions

View File

@@ -380,7 +380,7 @@ const handleStepClick = async (index: number) => {
if (index === 2) {
await nextTick()
// 等待更长时间确保组件完全初始化
await new Promise(resolve => setTimeout(resolve, 200))
await new Promise((resolve) => setTimeout(resolve, 200))
if (processDesignRef.value?.refresh) {
await processDesignRef.value.refresh()
}