update
This commit is contained in:
@@ -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');
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user