feat: 动态流程校验规则

rf
tony 2023-03-10 11:03:40 +08:00
parent 6c3d5489a1
commit 372b4c674a
1 changed files with 1 additions and 2 deletions

View File

@ -188,8 +188,7 @@ export default {
},
async verifyXML(){
const linting = this.modeler.get('linting')
console.log(linting)
linting.toggle(true);
linting.toggle();
},
async saveXML(download = false) {
try {