title冲突
This commit is contained in:
parent
6eeb8c9a51
commit
2ca3b74795
|
|
@ -69,9 +69,9 @@ const groupMemberInfoMap = {
|
||||||
}
|
}
|
||||||
|
|
||||||
const typeTitle = ref({
|
const typeTitle = ref({
|
||||||
0: props.groupList[0].title[0],
|
0: props.groupList[0]?.title[0] || "",
|
||||||
1: props.groupList[0].title[1],
|
1: props.groupList[0]?.title[1] || "",
|
||||||
6: props.groupList[0].title[2]
|
6: props.groupList[0]?.title[2] || ""
|
||||||
})
|
})
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user