|
@@ -22,10 +22,7 @@ const actions = {
|
|
|
return res;
|
|
|
},
|
|
|
async update({ commit }, { dock_id, id, ...data }) {
|
|
|
- const res = await this.$axios.$post(
|
|
|
- `${api.applyInfo}/${dock_id}/check/${id}`,
|
|
|
- data
|
|
|
- );
|
|
|
+ const res = await this.$axios.$post(`${api.applyInfo}/${dock_id}/check/${id}`, data);
|
|
|
return res;
|
|
|
},
|
|
|
async delete({ commit }, payload) {
|