perf: 字段调整

This commit is contained in:
rd
2025-07-18 14:24:49 +08:00
parent 667c2d7cd1
commit 59b7c0dc6c
2 changed files with 5 additions and 3 deletions

View File

@ -92,7 +92,7 @@ const init = () => {
accountTableRef.value?.resetTable();
const yesterday = dayjs().subtract(1, 'day').format('YYYY-MM-DD');
const data_time = [yesterday, yesterday];
const data_time = [yesterday, yesterday];
query.value.data_time = data_time;
getData();
@ -137,9 +137,11 @@ const handleSelectionChange = (selectedRows) => {
};
const handleTabClick = (key) => {
dataSource.value = [];
selectedRowKeys.value = [];
pageInfo.value = cloneDeep(INITIAL_PAGE_INFO);
activeTab.value = key;
getData();
};
const handleExport = () => {