wuhongyu 5 years ago
parent
commit
bbe3a1b5be
2 changed files with 4 additions and 0 deletions
  1. 4 0
      store/live/dock.js
  2. 0 0
      store/place/place.js

+ 4 - 0
store/live/dock.js

@@ -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 {

store/palce/palce.js → store/place/place.js