This commit is contained in:
caozc
2023-02-24 14:32:55 +08:00
parent 2b9bb50683
commit 56d5a271f4
2 changed files with 3 additions and 1 deletions

View File

@@ -355,6 +355,7 @@ async function confirm() {
}).catch(err => {
console.log(err)
})
emit('update:taskList', [...props.taskList])
closeDrawer()
}