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() } }