From 372b4c674a9e39c0361d0119c43b3461631c17c8 Mon Sep 17 00:00:00 2001 From: tony <846249920@qq.com> Date: Fri, 10 Mar 2023 11:03:40 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=8A=A8=E6=80=81=E6=B5=81=E7=A8=8B?= =?UTF-8?q?=E6=A0=A1=E9=AA=8C=E8=A7=84=E5=88=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ruoyi-ui/src/components/Process/index.vue | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ruoyi-ui/src/components/Process/index.vue b/ruoyi-ui/src/components/Process/index.vue index db3a4bdd..6d162525 100644 --- a/ruoyi-ui/src/components/Process/index.vue +++ b/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 {