修改
This commit is contained in:
parent
3e783862f8
commit
16510ba001
@ -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) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user