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