guhongwei %!s(int64=3) %!d(string=hai) anos
pai
achega
cee55cc168
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      src/store/mission.js

+ 1 - 0
src/store/mission.js

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