UNCLASSIFIED

Commit 2cf2e5b7 authored by Keith Becker's avatar Keith Becker
Browse files

refactor

parent 7679b6e6
...@@ -301,6 +301,7 @@ ...@@ -301,6 +301,7 @@
</div> </div>
<TrainingAttendance <TrainingAttendance
ref="trainingAttendance"
class="px-0" class="px-0"
v-if="trainingCourse.id" v-if="trainingCourse.id"
:trainingCourse="trainingCourse" :trainingCourse="trainingCourse"
...@@ -491,6 +492,7 @@ export default { ...@@ -491,6 +492,7 @@ export default {
this.fetchingData = true; this.fetchingData = true;
// delay new call // delay new call
this.fetchData(); this.fetchData();
this.$refs.trainingAttendance.fetchDebounced();
}, },
async updateCourse() { async updateCourse() {
this.loading = true; this.loading = true;
......
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