田源
2024-12-30 a4d039cee6e2943eb025717a8fe69b4c992797a5
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) {