ludc
2024-12-30 19561fb19832f49186b43d3fb0540b05ae754eae
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) {