Merge branch 'master' of github.com:youlaitech/vue3-element-admin

This commit is contained in:
hxr
2024-06-28 08:04:51 +08:00
6 changed files with 27 additions and 8 deletions

View File

@@ -311,6 +311,9 @@ watch(dateTimeRange, (newVal) => {
if (newVal) {
queryParams.startTime = newVal[0];
queryParams.endTime = newVal[1];
} else {
queryParams.startTime = undefined;
queryParams.endTime = undefined;
}
});