From b9ebda234cbf452d5817ea496c0a99c89c0c9669 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=97=AB=E6=99=93=E8=8C=B9?= <1935832701@qq.com> Date: Tue, 21 Feb 2023 15:12:50 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/system/poser/index.vue | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) 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() {