修改
This commit is contained in:
parent
40cf575407
commit
d963565773
@ -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,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user