|
|
@ -52,7 +52,7 @@ import { exportHistory } from 'apis'; |
|
|
|
const emit = defineEmits(['search']); |
|
|
|
const searchDevice = reactive({ |
|
|
|
deviceId: '', |
|
|
|
date: ['', new Date()], |
|
|
|
date: [dayjs().subtract(7, 'day').startOf('day'), new Date()], |
|
|
|
dataType: 'ReportHistoryData', |
|
|
|
}); |
|
|
|
const searchDeviceForm = ref(null); // form |
|
|
|