no message
This commit is contained in:
parent
c6617313d9
commit
ecba51f5cf
3 changed files with 7 additions and 6 deletions
|
|
@ -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;
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue