修改
This commit is contained in:
parent
adca02f73f
commit
b9ebda234c
@ -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() {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user