diff --git a/src/views/system/poser/index.vue b/src/views/system/poser/index.vue index 290925e..723fd8f 100644 --- a/src/views/system/poser/index.vue +++ b/src/views/system/poser/index.vue @@ -909,19 +909,18 @@ export default { }, ParamsStationitem(item){ - if (this.queryParams.nurseStationId) { + console.log(item) + // if (this.queryParams.nurseStationId) { this.nurseItemlistInfo(); - // this.homenumber = item; + this.homenumber = item; this.nurseItemshow = true; - if (this.homenumber) { + // if (this.homenumber) { this.nurseitemid = this.queryParams.nurseItemId; - } else { - this.nurseitemid = this.form.nurseItemId; - } - } - else { - this.$modal.msgError("请先选择所属护理站"); - } + + // } + // else { + // this.$modal.msgError("请先选择所属护理站"); + // } } , //护理站list info() {