guhongwei 4 năm trước cách đây
mục cha
commit
6a0e2369d3
1 tập tin đã thay đổi với 5 bổ sung0 xóa
  1. 5 0
      store/attendance.js

+ 5 - 0
store/attendance.js

@@ -55,6 +55,11 @@ const actions = {
     let returns = _.flattenDeep(newFilter(result));
     return returns;
   },
+  // 特殊班考勤管理
+  async attendancecreateList({ commit }, payload) {
+    const res = await this.$axios.$post(`${api.checkInfo}/attendancecreateList`, payload);
+    return res;
+  },
 };
 export default {
   namespaced: true,