licp
2024-04-12 4660b68d3c3cd49c5dec355067cdf45b0abdd2e9
src/views/technology/routing/routing-form.vue
@@ -1200,15 +1200,15 @@
                ...this.dataForm.operations.slice(obj.index - 1)
                ]
            }
            this.dataForm.operations.forEach((e, idx) => {
                e.index = idx + 1
                })
                this.$forceUpdate()
                this.$refs.operationTable.sort('index')
                Promise.all([this.save()]).then((res) => {
                    this.selectByIndex(obj.index)
                })
            })
        })
        this.dataForm.operations.forEach((e, idx) => {
            e.index = idx + 1
        })
        this.$forceUpdate()
        this.$refs.operationTable.sort('index')
        Promise.all([this.save()]).then((res) => {
            this.selectByIndex(obj.index)
        })
      }else{
        operation.operationName = operation.name
        operation.operationId = operation.id