Fix page number bug
This commit is contained in:
parent
f1aa39b75f
commit
a333b0d45b
1 changed files with 2 additions and 1 deletions
|
|
@ -279,10 +279,11 @@ function addMore() {
|
|||
documentStore.selectedId = null
|
||||
}
|
||||
|
||||
// Auto-switch to verifier when analysis completes
|
||||
// Auto-switch to verifier when analysis completes + refresh document data (pageCount)
|
||||
watch(() => analysisStore.currentAnalysis?.status, (status) => {
|
||||
if (status === 'COMPLETED') {
|
||||
mode.value = 'verifier'
|
||||
documentStore.load()
|
||||
}
|
||||
})
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue