API salary ออกคำสั่ง step2

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2023-08-09 17:41:06 +07:00
parent b3911ccabc
commit a0165b4817
3 changed files with 107 additions and 45 deletions

View file

@ -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))