licp
2024-04-12 4660b68d3c3cd49c5dec355067cdf45b0abdd2e9
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