src/views/performance/attendance/index.vue
@@ -255,7 +255,7 @@ <script> import StaffClockInRecord from "./components/staffClockInRecord.vue"; import {selectAllUser} from '@/api/system/user' import {selectUserListByPerformance} from '@/api/system/user' import { pageAttendanceRecord, checkDutyDate, @@ -622,7 +622,7 @@ }, //查询用户列表 getUserList(){ selectAllUser().then(res=>{ selectUserListByPerformance().then(res=>{ this.userList = res.data }).catch(error=>{ console.error(error)