Merge remote-tracking branch 'origin/ljj' into lt

This commit is contained in:
2025-08-19 20:15:20 +08:00
10 changed files with 373 additions and 301 deletions

View File

@ -304,7 +304,6 @@ const emits = defineEmits(['submitCallback', 'cancelCallback']);
const handleCompleteTask = async () => {
form.value.taskId = taskId.value;
form.value.variables = props.taskVariables;
let verify = false;
if (buttonObj.value.pop && nestNodeList.value && nestNodeList.value.length > 0) {
nestNodeList.value.forEach((e) => {