From e050fe748c96cd29735f2c142e3baaf2a03785b8 Mon Sep 17 00:00:00 2001 From: 13703816893 Date: Wed, 7 Jun 2023 17:29:45 +0800 Subject: [PATCH] =?UTF-8?q?=E5=91=8A=E8=AD=A6-=E5=A4=A7=E5=9B=BE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/alarmHandling/index.vue | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/views/alarmHandling/index.vue b/src/views/alarmHandling/index.vue index 9b85ada..77dc066 100644 --- a/src/views/alarmHandling/index.vue +++ b/src/views/alarmHandling/index.vue @@ -173,7 +173,7 @@
- +
@@ -215,6 +215,7 @@ export default { i: 0, isreadshow: false, showBigpic: false, + bigPhotoPic: "",//大图路径 }; }, mounted() { @@ -227,7 +228,8 @@ export default { this.getSearchgj(); }, methods: { - handleBigPicbox() { + handleBigPicbox(val) { + this.bigPhotoPic = val this.showBigpic = true; }, closePic() {