Browse Source

feat: 动态流程校验规则

master
tony 3 years ago
parent
commit
372b4c674a
  1. 3
      ruoyi-ui/src/components/Process/index.vue

3
ruoyi-ui/src/components/Process/index.vue

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

Loading…
Cancel
Save