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

Loading…
Cancel
Save