src/views/personnelManagement/attendanceCheckin/index.vue
@@ -60,15 +60,6 @@ </el-descriptions> </el-card> --> <div class="attendance-operation"> <el-button @click="handleBack" type="default" size="small" style="margin-right: 16px"> <el-icon> <ArrowLeft /> </el-icon> 返回排班管理 </el-button> <!-- 查询条件(管理员考勤日报) --> <el-form :model="searchForm" :inline="true" @@ -455,13 +446,6 @@ fetchTodayData(); fetchDeptOptions(); }); // 返回排班管理页面 const handleBack = () => { router.push({ path: "/personnelManagement/classsSheduling/index", }); }; onBeforeUnmount(() => { if (timer) {