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

+ 8 - 0
src/store/statistics.js

@@ -18,6 +18,14 @@ const actions = {
     const res = await this.$axios.$get(`${api.interface}/dockIndex`, key);
     return res;
   },
+  async dockProduct({ commit }, { skip = 0, limit, ...info } = {}) {
+    const res = await this.$axios.$get(`${api.interface}/dockProduct`, {
+      skip,
+      limit,
+      ...info,
+    });
+    return res;
+  },
 };
 export default {
   namespaced: true,