|
|
@@ -143,6 +143,7 @@ export default {
|
|
|
loadTrackingData: function(key) { return this.trackingData[key] || [] },
|
|
|
async loadAllData() {
|
|
|
var self = this
|
|
|
+ if (!self.memberId) return
|
|
|
try { await self.loadProgressItems() } catch(e) {}
|
|
|
try { await self.loadSurveyData() } catch(e) {}
|
|
|
try { await self.loadMilestones() } catch(e) {}
|