From 9a18db7f993dc2d5eb5ece3dfd5c06f0dc031343 Mon Sep 17 00:00:00 2001 From: liuye Date: Fri, 12 May 2023 16:02:04 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B1=85=E6=B0=91=E4=B8=8A=E6=8A=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/project/wuxi/AppPhotoReport/PhotoDetail.vue | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/project/wuxi/AppPhotoReport/PhotoDetail.vue b/src/project/wuxi/AppPhotoReport/PhotoDetail.vue index 8264135..484bec6 100644 --- a/src/project/wuxi/AppPhotoReport/PhotoDetail.vue +++ b/src/project/wuxi/AppPhotoReport/PhotoDetail.vue @@ -103,6 +103,9 @@ export default { methods: { tabClick(index) { this.currentTab = index + if(!this.currentTab) { + this.getInfo() + } }, getInfo() { this.$loading()