feat 优化时间搜索

Co-authored-by: Copilot <copilot@github.com>
This commit is contained in:
Ironsp
2026-06-09 11:56:40 +08:00
parent b404d4ff29
commit 0eaa8a44f4
2 changed files with 15 additions and 4 deletions

View File

@@ -218,6 +218,7 @@ const handleQuery = () => {
const resetQuery = () => {
queryFormRef.value?.resetFields();
queryTime.value = [];
handleQuery();
};