guhongwei 4 лет назад
Родитель
Сommit
bacf356c94
1 измененных файлов с 4 добавлено и 0 удалено
  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;