guhongwei 3 년 전
부모
커밋
cee55cc168
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  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;