创建任务
This commit is contained in:
@ -265,6 +265,7 @@ const onAfterVisibleChange = (visible: boolean) => {
|
||||
// 抽屉关闭事件处理
|
||||
const handleClose = () => {
|
||||
emit('update:visible', false);
|
||||
emit('cancel');
|
||||
};
|
||||
|
||||
// 取消按钮处理
|
||||
|
||||
Reference in New Issue
Block a user