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(){ async verifyXML(){
const linting = this.modeler.get('linting') const linting = this.modeler.get('linting')
console.log(linting) linting.toggle();
linting.toggle(true);
}, },
async saveXML(download = false) { async saveXML(download = false) {
try { try {