guhongwei hace 4 años
padre
commit
45504f86f7
Se han modificado 1 ficheros con 8 adiciones y 0 borrados
  1. 8 0
      store/market/marketproduct.js

+ 8 - 0
store/market/marketproduct.js

@@ -25,6 +25,14 @@ const actions = {
     });
     return res;
   },
+  async comquery({ commit }, { skip = 0, limit, ...info } = {}) {
+    const res = await this.$axios.$get(`${api.newsInfo}/allquery`, {
+      skip,
+      limit,
+      ...info,
+    });
+    return res;
+  },
   async newfetch({ commit }, { skip = 0, limit, ...info } = {}) {
     const res = await this.$axios.$get(`${api.newsInfo}/newfetch`, {
       skip,