|
@@ -29,6 +29,10 @@ const actions = {
|
|
|
const res = await this.$axios.$delete(`${api.dockInfo}/${payload}`);
|
|
|
return res;
|
|
|
},
|
|
|
+ async shenhe({ commit }, { id, ...data }) {
|
|
|
+ const res = await this.$axios.$post(`${api.dockInfo}/check/${id}`, data);
|
|
|
+ return res;
|
|
|
+ },
|
|
|
};
|
|
|
|
|
|
export default {
|