UNCLASSIFIED

Commit 175f18ea authored by hunter.congress's avatar hunter.congress
Browse files

cleaning useless code

parent b1708fa1
...@@ -377,7 +377,6 @@ ...@@ -377,7 +377,6 @@
class="px-0" class="px-0"
v-if="trainingCourse.id" v-if="trainingCourse.id"
:trainingCourse="trainingCourse" :trainingCourse="trainingCourse"
@change="fetchReload"
/> />
<TrainingAttendance <TrainingAttendance
ref="trainingAttendance" ref="trainingAttendance"
...@@ -521,11 +520,6 @@ export default { ...@@ -521,11 +520,6 @@ export default {
this.initialLoad = false; this.initialLoad = false;
}, },
methods: { methods: {
fetchReload(value) {
if (value) {
this.trigger += 1;
}
},
closeAddStudentDialog() { closeAddStudentDialog() {
this.state.isAddingStudent = false; this.state.isAddingStudent = false;
}, },
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment