From 339106ec85fbcf15655de8b1eebeea966af5c685 Mon Sep 17 00:00:00 2001 From: gssong <1742057357@qq.com> Date: Wed, 14 Jun 2023 23:07:11 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E5=AE=A1=E6=89=B9=E8=AE=B0?= =?UTF-8?q?=E5=BD=95=E6=82=AC=E6=B5=AE=E9=80=BB=E8=BE=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Process/approvalRecord.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Process/approvalRecord.vue b/src/components/Process/approvalRecord.vue index c9cf68b..8dec0e6 100644 --- a/src/components/Process/approvalRecord.vue +++ b/src/components/Process/approvalRecord.vue @@ -110,9 +110,9 @@ export default { endTime: info.endTime, runDuration: info.runDuration }; + this.popupVisible = true; } } - this.popupVisible = true; }, handleMouseLeave() { this.popupVisible = false;