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