修改
This commit is contained in:
parent
40cf575407
commit
d963565773
@ -70,6 +70,7 @@
|
|||||||
v-loading="loading"
|
v-loading="loading"
|
||||||
:data="nurseStationlist"
|
:data="nurseStationlist"
|
||||||
@selection-change="handleSelectionChange"
|
@selection-change="handleSelectionChange"
|
||||||
|
:element-loading-text="loadingtext"
|
||||||
>
|
>
|
||||||
<el-table-column type="selection" width="55" align="center" />
|
<el-table-column type="selection" width="55" align="center" />
|
||||||
<el-table-column label="护理站编号" align="center" prop="nurseStationCode" width="150" />
|
<el-table-column label="护理站编号" align="center" prop="nurseStationCode" width="150" />
|
||||||
@ -750,7 +751,8 @@ export default {
|
|||||||
nurseStationFriendslist: {
|
nurseStationFriendslist: {
|
||||||
img: undefined
|
img: undefined
|
||||||
},
|
},
|
||||||
nurseStationFriendsshow: false
|
nurseStationFriendsshow: false,
|
||||||
|
loadingtext: "加载中"
|
||||||
};
|
};
|
||||||
},
|
},
|
||||||
created() {
|
created() {
|
||||||
@ -760,6 +762,7 @@ export default {
|
|||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
GenerateQRcode(row) {
|
GenerateQRcode(row) {
|
||||||
|
this.loadingtext = "生成中";
|
||||||
this.loading = true;
|
this.loading = true;
|
||||||
this.nurseStationFriendslist = row;
|
this.nurseStationFriendslist = row;
|
||||||
nurseStationFriends(row.id).then(res => {
|
nurseStationFriends(row.id).then(res => {
|
||||||
@ -873,6 +876,7 @@ export default {
|
|||||||
},
|
},
|
||||||
// 表单重置
|
// 表单重置
|
||||||
reset() {
|
reset() {
|
||||||
|
this.loadingtext = "加载中";
|
||||||
this.nurseStationType2 = [];
|
this.nurseStationType2 = [];
|
||||||
this.form = {
|
this.form = {
|
||||||
id: null,
|
id: null,
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user