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();