Merge branch 'gaoang-2024-8' into 'dev'
feat: 撤回按钮报错修改 See merge request itc-framework/ma/2024/front!14
This commit is contained in:
@ -339,7 +339,11 @@
|
||||
|
||||
function getBackNode() {
|
||||
getDrawNode(processId.value).then(res => {
|
||||
if (res.length) {
|
||||
drawNode.value = res[0].activityId
|
||||
} else {
|
||||
drawNode.value = ''
|
||||
}
|
||||
})
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user