修改
This commit is contained in:
parent
73bf6e1a94
commit
39d9a18e7c
@ -674,6 +674,7 @@ export default {
|
|||||||
},
|
},
|
||||||
//选中护理项目
|
//选中护理项目
|
||||||
choicenurseItem(e) {
|
choicenurseItem(e) {
|
||||||
|
console.log(e)
|
||||||
this.nurseitemid = e.id;
|
this.nurseitemid = e.id;
|
||||||
if (this.homenumber) {
|
if (this.homenumber) {
|
||||||
this.queryParams.nurseItemName = e.nurseItemName;
|
this.queryParams.nurseItemName = e.nurseItemName;
|
||||||
@ -704,6 +705,8 @@ export default {
|
|||||||
},
|
},
|
||||||
//所属护理站页面
|
//所属护理站页面
|
||||||
ParamsStation(item) {
|
ParamsStation(item) {
|
||||||
|
this.queryParams.nurseItemName="";
|
||||||
|
this.form.nurseItemName="";
|
||||||
this.info();
|
this.info();
|
||||||
this.nurseStationshow = true;
|
this.nurseStationshow = true;
|
||||||
this.homenumber = item;
|
this.homenumber = item;
|
||||||
@ -715,6 +718,7 @@ export default {
|
|||||||
},
|
},
|
||||||
//所属护理项目页面
|
//所属护理项目页面
|
||||||
ParamsStationxm(item) {
|
ParamsStationxm(item) {
|
||||||
|
console.log(item)
|
||||||
if (this.nurseItemquery.nurseStationId) {
|
if (this.nurseItemquery.nurseStationId) {
|
||||||
this.nurseItemlistInfo();
|
this.nurseItemlistInfo();
|
||||||
this.homenumber = item;
|
this.homenumber = item;
|
||||||
@ -803,6 +807,7 @@ export default {
|
|||||||
this.open = false;
|
this.open = false;
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
this.nurseItemquery.nurseStationId = null;
|
this.nurseItemquery.nurseStationId = null;
|
||||||
this.imgs = { pictureUrlList: [] };
|
this.imgs = { pictureUrlList: [] };
|
||||||
this.open = false;
|
this.open = false;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user