merge: 최종 main을 메인 갱신 toast에 통합
This commit is contained in:
@@ -69,7 +69,7 @@ const updateAmount = (event: Event) => {
|
||||
};
|
||||
|
||||
const submit = async (crewType?: RecruitmentCrewType) => {
|
||||
if (crewType) selectCrewType(crewType);
|
||||
if (crewType && crewType.id !== selectedCrewTypeId.value) selectCrewType(crewType);
|
||||
await nextTick();
|
||||
if (valid.value) emit('submit');
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user