ประเมินผล

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2023-12-22 16:29:12 +07:00
parent 257b4a1424
commit 95714e5ac2
3 changed files with 76 additions and 17 deletions

View file

@ -61,8 +61,8 @@ async function fetchCheckStep(id: string) {
? 9
: 1;
store.currentStep = 8;
store.step = 8;
store.currentStep = step;
store.step = step;
})
.catch((err) => {
messageError($q, err);