田源
2025-01-02 6e70fb46f7b5fd910cc317ba84ef4c8cb93f9ef8
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) {