This commit is contained in:
闫晓茹 2023-02-21 15:12:50 +08:00
parent adca02f73f
commit b9ebda234c

View File

@ -909,19 +909,18 @@ export default {
}, },
ParamsStationitem(item){ ParamsStationitem(item){
if (this.queryParams.nurseStationId) { console.log(item)
// if (this.queryParams.nurseStationId) {
this.nurseItemlistInfo(); this.nurseItemlistInfo();
// this.homenumber = item; this.homenumber = item;
this.nurseItemshow = true; this.nurseItemshow = true;
if (this.homenumber) { // if (this.homenumber) {
this.nurseitemid = this.queryParams.nurseItemId; this.nurseitemid = this.queryParams.nurseItemId;
} else {
this.nurseitemid = this.form.nurseItemId; // }
} // else {
} // this.$modal.msgError("");
else { // }
this.$modal.msgError("请先选择所属护理站");
}
} , } ,
//list //list
info() { info() {