创建任务

This commit is contained in:
lq
2025-09-24 16:27:52 +08:00
parent 20fb29f3af
commit 7bb1984b3b
4 changed files with 16 additions and 6 deletions

View File

@ -265,6 +265,7 @@ const onAfterVisibleChange = (visible: boolean) => {
// 抽屉关闭事件处理
const handleClose = () => {
emit('update:visible', false);
emit('cancel');
};
// 取消按钮处理