This commit is contained in:
Teo
2025-08-30 03:48:05 +08:00
parent 4f2eec9468
commit e0a4b1e8fa
5 changed files with 42 additions and 22 deletions

View File

@ -347,10 +347,10 @@ const getList = async () => {
/** 查询近两周考勤列表 */
const getListTwoWeek = async () => {
loading.value = true;
const res = await listAttendanceTwoWeek(queryParams.value);
attendanceTwoWeekList.value = res.data;
echartsOption.value = { ...option(attendanceTwoWeekList.value) };
commandstatsIntance.value.setOption(echartsOption.value);
// const res = await listAttendanceTwoWeek(queryParams.value);
// attendanceTwoWeekList.value = res.data;
// echartsOption.value = { ...option(attendanceTwoWeekList.value) };
// commandstatsIntance.value.setOption(echartsOption.value);
};
/** 取消按钮 */