src/views/technology/routing/routing-form.vue
@@ -1200,6 +1200,7 @@ ...this.dataForm.operations.slice(obj.index - 1) ] } }) this.dataForm.operations.forEach((e, idx) => { e.index = idx + 1 }) @@ -1207,7 +1208,6 @@ this.$refs.operationTable.sort('index') Promise.all([this.save()]).then((res) => { this.selectByIndex(obj.index) }) }) }else{ operation.operationName = operation.name