Source/plt-web/plt-web-ui/src/views/modelingMenu/modeling/versioning/index.vue
@@ -354,7 +354,8 @@ // 新增 编辑 保存 addSaveHandler() { const saveFunction = this.dialogTitle === 'add' ? addVersionRule : updateVersionRule; this.$refs.form.validate((valid) => { if (valid) { saveFunction(this.form).then(res => { if (res.data.code === 200) { this.$message.success(res.data.obj); @@ -366,6 +367,10 @@ }).catch(error => { this.$message.error(error); }); } else { return false; } }); }, // 删除按钮