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

+ 4 - 0
src/store/market/market.js

@@ -26,6 +26,10 @@ const actions = {
     });
     return res;
   },
+  async operationCreate({ commit }, payload) {
+    const res = await this.$axios.$post(`${api.operaInfo}`, payload);
+    return res;
+  },
   async create({ commit }, payload) {
     const res = await this.$axios.$post(`${api.userInfo}`, payload);
     return res;