mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-06-10 00:29:27 +00:00
Bug filter Semester
This commit is contained in:
@@ -345,6 +345,16 @@ export default{
|
||||
}
|
||||
},
|
||||
},
|
||||
watch: {
|
||||
//adaption to go directly through different semesters
|
||||
currentSemester(newVal, oldVal) {
|
||||
this.$refs.table.tabulator.clearFilter("studiensemester_kurzbz");
|
||||
|
||||
if (newVal && this.isFilterSet) {
|
||||
this.$refs.table.tabulator.setFilter("studiensemester_kurzbz", "=", newVal);
|
||||
}
|
||||
},
|
||||
},
|
||||
created(){
|
||||
this.$fhcApi.factory.stv.exam.getLvsByStudent(this.uid)
|
||||
.then(result => {
|
||||
|
||||
Reference in New Issue
Block a user