This commit is contained in:
曹辉 2023-05-25 16:43:46 +08:00
parent 3e783862f8
commit 16510ba001

View File

@ -763,11 +763,13 @@ export default {
}, },
methods: { methods: {
GenerateQRcode(row) { GenerateQRcode(row) {
this.loading = true;
this.nurseStationFriendslist = row; this.nurseStationFriendslist = row;
nurseStationFriends(row.id).then(res => { nurseStationFriends(row.id).then(res => {
this.nurseStationFriendslist.img = this.nurseStationFriendslist.img =
process.env.VUE_APP_BASE_API + res.msg; process.env.VUE_APP_BASE_API + res.msg;
this.nurseStationFriendsshow = true; this.nurseStationFriendsshow = true;
this.loading = false;
}); });
}, },
imgs(item) { imgs(item) {