feat: 动态流程校验规则

This commit is contained in:
tony
2023-03-10 11:03:40 +08:00
parent 6c3d5489a1
commit 372b4c674a

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 {