feat 对接外部数据投递功能

This commit is contained in:
2025-11-25 16:20:34 +08:00
parent fe6fe43636
commit 99a3fe41c5
5 changed files with 25 additions and 20 deletions

View File

@@ -259,8 +259,8 @@ function getHoursBetween(startTimeStr, endTimeStr) {
const selectDate = (item) => {
if (currentDay.value?.fullDate === item.fullDate) {
currentDay.value = {};
getFair('refresh');
// currentDay.value = {};
// getFair('refresh');
return;
}
currentDay.value = item;