From ab1c50ca06a53accb46082e22450b81e027690bd Mon Sep 17 00:00:00 2001 From: Decadence Date: Wed, 25 May 2022 17:40:09 +0000 Subject: [PATCH] =?UTF-8?q?!23=20fix--=20=E6=96=B0=E5=BB=BA=E6=B5=81?= =?UTF-8?q?=E7=A8=8B=20=E7=82=B9=E5=87=BB=E6=B5=81=E7=A8=8B=E5=90=8D?= =?UTF-8?q?=E7=A7=B0=E4=B8=8D=E6=98=BE=E7=A4=BA=E6=B5=81=E7=A8=8B=20*=20fi?= =?UTF-8?q?x--=20=E6=96=B0=E5=BB=BA=E6=B5=81=E7=A8=8B=20=E7=82=B9=E5=87=BB?= =?UTF-8?q?=E6=B5=81=E7=A8=8B=E5=90=8D=E7=A7=B0=E4=B8=8D=E6=98=BE=E7=A4=BA?= =?UTF-8?q?=E6=B5=81=E7=A8=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ruoyi-ui/src/views/workflow/work/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ruoyi-ui/src/views/workflow/work/index.vue b/ruoyi-ui/src/views/workflow/work/index.vue index 2f4d93eb..04cf6805 100644 --- a/ruoyi-ui/src/views/workflow/work/index.vue +++ b/ruoyi-ui/src/views/workflow/work/index.vue @@ -151,8 +151,8 @@ export default { // 发送请求,获取xml readXml(definitionId).then(res => { this.processView.xmlData = res.data; - this.processView.open = true; }) + this.processView.open = true; }, handleStart(row) { this.$router.push({