UNCLASSIFIED
Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
Platform One
P
Party Bus
Launchboard
launchboard-fe
Commits
2cf2e5b7
Commit
2cf2e5b7
authored
May 04, 2021
by
Keith Becker
Browse files
refactor
parent
7679b6e6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
src/views/TrainingDetails.vue
src/views/TrainingDetails.vue
+2
-0
No files found.
src/views/TrainingDetails.vue
View file @
2cf2e5b7
...
@@ -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
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment