update 调整流程定义配置逻辑

This commit is contained in:
gssong
2024-04-06 21:06:59 +08:00
parent 9f73ea2d32
commit b4b0eba228
7 changed files with 183 additions and 63 deletions

View File

@ -142,8 +142,7 @@ const task = ref<TaskVO>({
participantVo: undefined,
multiInstance: undefined,
businessKey: undefined,
wfNodeConfigVo: undefined,
wfDefinitionConfigVo: undefined
wfNodeConfigVo: undefined
});
//加签 减签标题
const title = ref('');
@ -214,7 +213,7 @@ const handleCompleteTask = async () => {
dialog.visible = false;
emits('submitCallback');
proxy?.$modal.msgSuccess('操作成功');
}finally {
} finally {
loading.value = false
buttonLoading.value = false
}