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