From 71d5cf7e553615c4b2f45b0d4d468e84824267e2 Mon Sep 17 00:00:00 2001 From: lijuncheng Date: Fri, 15 Nov 2024 11:13:41 +0800 Subject: [PATCH] =?UTF-8?q?YT-937=20=E8=AF=A6=E6=83=85=E5=BC=B9=E5=87=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/deliver/coms/jobInfoPopup.vue | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/pages/deliver/coms/jobInfoPopup.vue b/src/pages/deliver/coms/jobInfoPopup.vue index f5e5970c..b0c6df5d 100644 --- a/src/pages/deliver/coms/jobInfoPopup.vue +++ b/src/pages/deliver/coms/jobInfoPopup.vue @@ -61,7 +61,9 @@ methods: { openPopup(val) { this.dataContent = val; - this.$refs.popup.open('bottom') + setTimeout(res => { + this.$refs.popup.open('bottom') + }, 500) }, closePopup() { this.$refs.popup.close()