From c70eadb187879f93b01f5d24bad816af0b7d73ea Mon Sep 17 00:00:00 2001 From: dandds Date: Wed, 2 Jan 2019 13:47:20 -0500 Subject: [PATCH] display funding total on TO form when Vue component mounts --- js/components/forms/funding.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/js/components/forms/funding.js b/js/components/forms/funding.js index 7311b8e5..64b2263b 100644 --- a/js/components/forms/funding.js +++ b/js/components/forms/funding.js @@ -65,5 +65,9 @@ export default { clin_02: 'updateBudget', clin_03: 'updateBudget', clin_04: 'updateBudget', + }, + + mounted: function() { + this.updateBudget() } }