wangting
2024-12-30 306a9c4fde94c54d91aee5a69d59b993c7c707a1
Source/plt-web/plt-web-ui/src/views/systemModel/operateType/index.vue
@@ -181,7 +181,8 @@
        identify: this.form.code,
        alias: this.form.alias,
        desc: this.form.remark,
        seq: this.form.sort
        seq: this.form.sort,
        source: this.form.source,
      }
      addOperationType(params).then(res => {
        if (res.data.code === 200) {
@@ -236,7 +237,8 @@
        identify: this.form.code,
        alias: this.form.alias,
        desc: this.form.remark,
        seq: this.form.sort
        seq: this.form.sort,
        source: this.form.source,
      }
      updateOperationType(params).then(res => {
        if (res.data.code === 200) {