修改任务管理
This commit is contained in:
@ -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);
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user