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