Fixed display of RYA behind bailey (#9555)

This commit is contained in:
Keith Holliday
2017-11-20 12:38:26 -06:00
committed by GitHub
parent 5f468d16b7
commit 1845bd1e35
2 changed files with 11 additions and 7 deletions

View File

@@ -78,6 +78,7 @@ export default {
methods: {
async close () {
this.$root.$emit('bv::hide::modal', 'yesterdaily');
this.$emit('run-cron');
},
},
};