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