ZengTao
2025-04-01 09d9824fbcdb76501e5eb37ee79a073d8fdd9eda
UI-Project/src/views/Caching/cachingbeforehistory.vue
@@ -147,7 +147,6 @@
    }
}
catch (error) {
    console.error(error);
  }
}
const Daily = async () => {
@@ -171,7 +170,6 @@
    }
}
catch (error) {
    console.error(error);
  }
}
const handlePageChange2 = (newPage) => {
@@ -203,7 +201,6 @@
    }
}
catch (error) {
    console.error(error);
  }
}
const Dailya = async (page) => {
@@ -228,7 +225,6 @@
    }
}
catch (error) {
    console.error(error);
  }
}
const handleClick = async () => {
@@ -260,7 +256,6 @@
    }
}
catch (error) {
    console.error(error);
  }
}
const Dailyhistorical = async () => {
@@ -285,7 +280,6 @@
    }
}
catch (error) {
    console.error(error);
  }
}
// 格式化时间戳为年月日时间字符串的函数