|
@@ -146,7 +146,7 @@ export default {
|
|
|
isLine: false,
|
|
|
isDel: false
|
|
|
}
|
|
|
- returnData.push(lineData)
|
|
|
+ // returnData.push(lineData)
|
|
|
const newItems = _.orderBy([...returnData], ['executionorder'], ['asc'])
|
|
|
this.nodeItems = [...this.nodeItems, ...newItems, {
|
|
|
algorithmdescription: '结束',
|