From 8b8c5e1684d47b2eb62f5dffa864a9440604e14f Mon Sep 17 00:00:00 2001 From: lijuncheng Date: Wed, 13 Nov 2024 09:34:28 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=8E=A8=E8=8D=90=E4=BF=A1?= =?UTF-8?q?=E6=81=AF=E4=B8=8D=E8=83=BD=E6=BB=91=E5=8A=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- fe/PDA/mycomponents/popup/selectClickList.vue | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/fe/PDA/mycomponents/popup/selectClickList.vue b/fe/PDA/mycomponents/popup/selectClickList.vue index d798e355b..23b2a24fb 100644 --- a/fe/PDA/mycomponents/popup/selectClickList.vue +++ b/fe/PDA/mycomponents/popup/selectClickList.vue @@ -1,7 +1,7 @@ @@ -75,6 +75,7 @@ data() { return { dataList: [], + showPopup:false } }, @@ -83,10 +84,10 @@ methods: { openScanPopup(list) { this.dataList = list; - this.$refs.popup.open('center') + this.showPopup=true }, closeScanPopup() { - this.$refs.popup.close() + this.showPopup=false }, select(item) { this.closeScanPopup();