merge: 최종 main을 메인 갱신 toast에 통합

This commit is contained in:
2026-08-17 15:49:08 +00:00
11 changed files with 773 additions and 12 deletions
@@ -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');
};