refetch missions on list load
This commit is contained in:
parent
4e35434591
commit
582a974161
1 changed files with 1 additions and 1 deletions
|
@ -59,7 +59,7 @@ export default defineComponent({
|
||||||
...mapState(useAbilityStore, ["can"]),
|
...mapState(useAbilityStore, ["can"]),
|
||||||
},
|
},
|
||||||
mounted() {
|
mounted() {
|
||||||
this.fetchMissions();
|
this.fetchMissions(0, 25, true);
|
||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
...mapActions(useMissionStore, ["fetchMissions", "createMission"]),
|
...mapActions(useMissionStore, ["fetchMissions", "createMission"]),
|
||||||
|
|
Loading…
Add table
Reference in a new issue