mirror of
https://github.com/1Panel-dev/MaxKB.git
synced 2025-12-26 01:33:05 +00:00
fix: 普通文档重试按钮不生效 (#332)
This commit is contained in:
parent
832426600a
commit
a10dd093e4
|
|
@ -371,9 +371,9 @@ function refreshDocument(row: any) {
|
|||
.catch(() => {})
|
||||
}
|
||||
} else {
|
||||
// documentApi.putDocumentRefresh(row.dataset_id, row.id).then((res) => {
|
||||
// getList()
|
||||
// })
|
||||
documentApi.putDocumentRefresh(row.dataset_id, row.id).then((res) => {
|
||||
getList()
|
||||
})
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue