This commit is contained in:
闫晓茹 2023-03-13 17:55:32 +08:00
parent 73bf6e1a94
commit 39d9a18e7c

View File

@ -674,6 +674,7 @@ export default {
},
//
choicenurseItem(e) {
console.log(e)
this.nurseitemid = e.id;
if (this.homenumber) {
this.queryParams.nurseItemName = e.nurseItemName;
@ -704,6 +705,8 @@ export default {
},
//
ParamsStation(item) {
this.queryParams.nurseItemName="";
this.form.nurseItemName="";
this.info();
this.nurseStationshow = true;
this.homenumber = item;
@ -715,6 +718,7 @@ export default {
},
//
ParamsStationxm(item) {
console.log(item)
if (this.nurseItemquery.nurseStationId) {
this.nurseItemlistInfo();
this.homenumber = item;
@ -803,6 +807,7 @@ export default {
this.open = false;
});
}
this.nurseItemquery.nurseStationId = null;
this.imgs = { pictureUrlList: [] };
this.open = false;
@ -910,7 +915,7 @@ export default {
}
});
},
/** 删除按钮操作 */
/** 删除按钮操作 */
handleDelete(row) {
var ids = row.id || this.ids;
var nurseStationIds = row.nurseStationId || this.nurseStationIds;