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) {