fix: 普通文档重试按钮不生效 (#332)
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