From 16510ba00104cf6aa89258998c3bf99a176e7b9d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9B=B9=E8=BE=89?= <814457906@qq.com> Date: Thu, 25 May 2023 16:43:46 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/system/station/index.vue | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/views/system/station/index.vue b/src/views/system/station/index.vue index 9d9260f..e90b96a 100644 --- a/src/views/system/station/index.vue +++ b/src/views/system/station/index.vue @@ -763,11 +763,13 @@ export default { }, methods: { GenerateQRcode(row) { + this.loading = true; this.nurseStationFriendslist = row; nurseStationFriends(row.id).then(res => { this.nurseStationFriendslist.img = process.env.VUE_APP_BASE_API + res.msg; this.nurseStationFriendsshow = true; + this.loading = false; }); }, imgs(item) {