ประเมินผล
This commit is contained in:
parent
257b4a1424
commit
95714e5ac2
3 changed files with 76 additions and 17 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue