fix ประเมิน
This commit is contained in:
parent
13a02a7f04
commit
484e8031ec
2 changed files with 18 additions and 17 deletions
|
|
@ -53,9 +53,9 @@ async function fetchCheckStep(id: string) {
|
|||
? 5
|
||||
: data.step === "PREPARE_DOC_V2"
|
||||
? 6
|
||||
: data.step === "CHECK_DOC_V2"
|
||||
? 7
|
||||
: data.step === "WAIT_CHECK_DOC_V2"
|
||||
? 7
|
||||
: data.step === "CHECK_DOC_V2"
|
||||
? 8
|
||||
: data.step === "DONE"
|
||||
? 9
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue