This commit is contained in:
曹辉 2023-05-25 17:37:38 +08:00
parent 40cf575407
commit d963565773

View File

@ -70,6 +70,7 @@
v-loading="loading"
:data="nurseStationlist"
@selection-change="handleSelectionChange"
:element-loading-text="loadingtext"
>
<el-table-column type="selection" width="55" align="center" />
<el-table-column label="护理站编号" align="center" prop="nurseStationCode" width="150" />
@ -750,7 +751,8 @@ export default {
nurseStationFriendslist: {
img: undefined
},
nurseStationFriendsshow: false
nurseStationFriendsshow: false,
loadingtext: "加载中"
};
},
created() {
@ -760,6 +762,7 @@ export default {
},
methods: {
GenerateQRcode(row) {
this.loadingtext = "生成中";
this.loading = true;
this.nurseStationFriendslist = row;
nurseStationFriends(row.id).then(res => {
@ -873,6 +876,7 @@ export default {
},
//
reset() {
this.loadingtext = "加载中";
this.nurseStationType2 = [];
this.form = {
id: null,