src/views/flow/components/TodolistLeft.vue
@@ -217,13 +217,15 @@ if(!nodeId){ nodeId = this.row.variables.curedNodeId; } queryLockRemark(nodeId).then(res => { if (res.data.code == 200) { this.remark = res.data.data || ''; } else { this.remark = ''; } }) if(nodeId){ queryLockRemark(nodeId).then(res => { if (res.data.code == 200) { this.remark = res.data.data || ''; } else { this.remark = ''; } }); } }, diffFile(index, row) { console.log(row)