guhongwei 5 лет назад
Родитель
Сommit
dc23d9493b
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      store/market/markettype.js

+ 1 - 0
store/market/markettype.js

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