显示信息
This commit is contained in:
@ -513,7 +513,15 @@ const handleTaskAction = async (action: string, task: any, ...args: any[]) => {
|
||||
};
|
||||
const selectedDate = task.execution_time;
|
||||
const date = new Date(selectedDate);
|
||||
|
||||
// 显示抽屉
|
||||
drawerPopupRef.value.showDrawer(accountInfo, date);
|
||||
|
||||
// 等待抽屉打开后再填充数据
|
||||
nextTick(() => {
|
||||
// 直接使用传入的task数据填充表单
|
||||
drawerPopupRef.value.fillTaskData(task);
|
||||
});
|
||||
break;
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user