no message

This commit is contained in:
setthawutttty 2023-09-04 16:02:40 +07:00
parent c6617313d9
commit ecba51f5cf
3 changed files with 7 additions and 6 deletions

View file

@ -55,8 +55,9 @@ const fecthAssign = async (id: string) => {
director_id.value = res.data.data.chairman.name;
director_id2.value = res.data.data.commander.name;
director_id3.value = mentors.value[0].name;
if(mentors.value.length != 0){
director_id3.value = mentors.value[0].name;
}
commander.value = res.data.data.commander;
optionDirector.value = mentors.value;
})