guhongwei %!s(int64=5) %!d(string=hai) anos
pai
achega
dc23d9493b
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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;
   },