zouyu
2026-04-21 7b936dc5e04df96d319e6895fe883cad8ff57dd4
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)