API salary ออกคำสั่ง step2
This commit is contained in:
parent
b3911ccabc
commit
a0165b4817
3 changed files with 107 additions and 45 deletions
|
|
@ -77,7 +77,7 @@ const nextStep = async () => {
|
|||
};
|
||||
const previousStep = async () => {
|
||||
stepper.value!.previous();
|
||||
// localStorage.setItem("currentStep", step.value.toString());
|
||||
localStorage.setItem("currentStep", step.value.toString());
|
||||
if (orderId.value) {
|
||||
await http
|
||||
.put(config.API.prevStep(orderId.value))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue