lrf402788946 3 years ago
parent
commit
9383ec7521
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/store/mission.js

+ 1 - 0
src/store/mission.js

@@ -10,6 +10,7 @@ const mutations = {};
 
 
 const actions = {
 const actions = {
   async query({ commit }, { skip = 0, limit = 10, ...info } = {}) {
   async query({ commit }, { skip = 0, limit = 10, ...info } = {}) {
+    console.log(info);
     const res = await this.$axios.$get(api.interface, { skip, limit, ...info, project: 'market' });
     const res = await this.$axios.$get(api.interface, { skip, limit, ...info, project: 'market' });
     return res;
     return res;
   },
   },