mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-22 09:22:22 +00:00
detailheader: append tagContainer only for one selected student
This commit is contained in:
@@ -293,8 +293,10 @@ export default {
|
||||
this.semesterDates.ende
|
||||
);
|
||||
|
||||
this.$refs.tagWrapper.innerHTML = '';
|
||||
this.$refs.tagWrapper.appendChild(container);
|
||||
if(this.headerData.length == 1) {
|
||||
this.$refs.tagWrapper.innerHTML = '';
|
||||
this.$refs.tagWrapper.appendChild(container);
|
||||
}
|
||||
},
|
||||
getAllTags(prestudent_id){
|
||||
return this.$api
|
||||
|
||||
Reference in New Issue
Block a user