fix: error cannot change status

This commit is contained in:
Methapon2001 2024-12-26 11:34:02 +07:00
parent 2a5038d8a2
commit 666326af46

View file

@ -706,7 +706,7 @@ function goToQuotation(
requestWorkId: value.id || '',
},
value.stepStatus?.[pageState.currentStep - 1]
.responsibleUserId,
?.responsibleUserId,
);
}
"