|
@@ -274,7 +274,7 @@
|
|
|
<a-col :md="4" :sm="4" style="border-right: 1px solid #999">
|
|
|
<!-- 选择流程节点-->
|
|
|
<a-steps direction="vertical" :current="current" size="small">
|
|
|
- <template v-for="item,i in nodeList">
|
|
|
+ <template v-for="item,i in nodeList" >
|
|
|
<a-step
|
|
|
style="cursor: pointer;"
|
|
|
:title="item.title"
|
|
@@ -699,7 +699,9 @@ export default {
|
|
|
if (_this.nodeList.length > 0) {
|
|
|
_this.editNode = _this.nodeList[0]
|
|
|
_this.showProcessNodeEdit = true
|
|
|
- this.spry.tbTableInfoId=_this.nodeList[0].tbTableInfoId;
|
|
|
+ if(_this.nodeList[0].tbTableInfoId){
|
|
|
+ this.spry.tbTableInfoId=_this.nodeList[0].tbTableInfoId;
|
|
|
+ }
|
|
|
}
|
|
|
} else {
|
|
|
_this.$message.error(res.message)
|