필요없는 코드 삭제
This commit is contained in:
parent
aee91c0ce7
commit
0e0c4ceed4
@ -105,7 +105,6 @@ const eventDate = ref('');
|
|||||||
const selectedProject = ref(null);
|
const selectedProject = ref(null);
|
||||||
const checkedInProject = ref(null);
|
const checkedInProject = ref(null);
|
||||||
|
|
||||||
// 모달 상태
|
|
||||||
const isModalOpen = ref(false);
|
const isModalOpen = ref(false);
|
||||||
|
|
||||||
const commuters = ref([]);
|
const commuters = ref([]);
|
||||||
@ -375,12 +374,6 @@ watch(() => projectStore.selectedProject, (newProject) => {
|
|||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
||||||
// 모달 열기
|
|
||||||
const openModal = () => {
|
|
||||||
isModalOpen.value = true;
|
|
||||||
};
|
|
||||||
|
|
||||||
// 모달 닫기
|
// 모달 닫기
|
||||||
const closeModal = () => {
|
const closeModal = () => {
|
||||||
isModalOpen.value = false;
|
isModalOpen.value = false;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user