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) {