selectbox 프로젝트 선택 변경 사항 감지 추가
This commit is contained in:
parent
affc1f4b59
commit
437592ed0d
@ -593,6 +593,17 @@
|
||||
},
|
||||
);
|
||||
|
||||
// selectbox 프로젝트 선택 변경 사항 감지
|
||||
watch(
|
||||
() => projectStore.selectedProject,
|
||||
newProject => {
|
||||
if (newProject) {
|
||||
selectedProject.value = newProject.PROJCTSEQ;
|
||||
checkedInProject.value = newProject;
|
||||
}
|
||||
}
|
||||
);
|
||||
|
||||
onMounted(async () => {
|
||||
await userStore.userInfo();
|
||||
user.value = userStore.user;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user