|
@@ -284,6 +284,9 @@ export default {
|
|
|
this.loadSandboxData()
|
|
this.loadSandboxData()
|
|
|
this.loadHealthDimensions()
|
|
this.loadHealthDimensions()
|
|
|
},
|
|
},
|
|
|
|
|
+ loadFamilyMembersVisible: function() {
|
|
|
|
|
+ this.loadChildren()
|
|
|
|
|
+ },
|
|
|
loadHealthDimensions: function() {
|
|
loadHealthDimensions: function() {
|
|
|
var memberId = this.activeChildId || (this.userInfo && this.userInfo.userId)
|
|
var memberId = this.activeChildId || (this.userInfo && this.userInfo.userId)
|
|
|
if (!memberId) {
|
|
if (!memberId) {
|