mirror of
https://github.com/1Panel-dev/MaxKB.git
synced 2025-12-31 18:22:49 +00:00
fix: 上传文档接口调用错误
This commit is contained in:
parent
67e6138066
commit
d1df86be96
|
|
@ -111,6 +111,7 @@ function submit() {
|
|||
})
|
||||
})
|
||||
const obj = { ...baseInfo.value, documents } as datasetData
|
||||
const id = route.query.id
|
||||
if (id) {
|
||||
documentApi
|
||||
.postDocument(id as string, documents)
|
||||
|
|
|
|||
Loading…
Reference in New Issue