修改任务管理

This commit is contained in:
lq
2025-09-25 16:33:52 +08:00
parent 80e734136e
commit f4d20eb8e9
3 changed files with 44 additions and 5 deletions

View File

@ -472,7 +472,7 @@ const handleCellClick = (record: any, rowIndex: any, column: any) => {
return;
}
console.log('selectedDate', selectedDate);
console.log('selectedDate', selectedDate, accountInfo);
drawerPopupRef.value.showDrawer(accountInfo, selectedDate);
};