fix: 普通文档重试按钮不生效 (#332)
This commit is contained in:
parent
832426600a
commit
a10dd093e4
@ -371,9 +371,9 @@ function refreshDocument(row: any) {
|
|||||||
.catch(() => {})
|
.catch(() => {})
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
// documentApi.putDocumentRefresh(row.dataset_id, row.id).then((res) => {
|
documentApi.putDocumentRefresh(row.dataset_id, row.id).then((res) => {
|
||||||
// getList()
|
getList()
|
||||||
// })
|
})
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user