This commit is contained in:
2025-06-26 19:46:37 +08:00
parent c022c0c6da
commit 0a9da0f5af
4 changed files with 4 additions and 4 deletions

View File

@@ -27,7 +27,7 @@ const abandonTask = async () => {
}
const confirmTask = async () => {
const {msg} = await Api.system.confirmTask({id: data.children.id});
const {msg} = await Api.system.confirmTask({id: data.children.id, log_id: item.id});
showToast(msg);
emits('success');
}