feat: 撤回按钮报错修改
This commit is contained in:
@ -339,7 +339,11 @@
|
||||
|
||||
function getBackNode() {
|
||||
getDrawNode(processId.value).then(res => {
|
||||
drawNode.value = res[0].activityId
|
||||
if (res.length) {
|
||||
drawNode.value = res[0].activityId
|
||||
} else {
|
||||
drawNode.value = ''
|
||||
}
|
||||
})
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user