guhongwei 5 년 전
부모
커밋
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;