From 39d9a18e7c1f52341ee86b6de39fdc388fca968b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=97=AB=E6=99=93=E8=8C=B9?= <1935832701@qq.com> Date: Mon, 13 Mar 2023 17:55:32 +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 | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/views/system/poser/index.vue b/src/views/system/poser/index.vue index 0c14a69..f9074aa 100644 --- a/src/views/system/poser/index.vue +++ b/src/views/system/poser/index.vue @@ -674,6 +674,7 @@ export default { }, //选中护理项目 choicenurseItem(e) { + console.log(e) this.nurseitemid = e.id; if (this.homenumber) { this.queryParams.nurseItemName = e.nurseItemName; @@ -704,6 +705,8 @@ export default { }, //所属护理站页面 ParamsStation(item) { + this.queryParams.nurseItemName=""; + this.form.nurseItemName=""; this.info(); this.nurseStationshow = true; this.homenumber = item; @@ -715,6 +718,7 @@ export default { }, //所属护理项目页面 ParamsStationxm(item) { + console.log(item) if (this.nurseItemquery.nurseStationId) { this.nurseItemlistInfo(); this.homenumber = item; @@ -803,6 +807,7 @@ export default { this.open = false; }); } + this.nurseItemquery.nurseStationId = null; this.imgs = { pictureUrlList: [] }; this.open = false; @@ -910,7 +915,7 @@ export default { } }); }, - /** 删除按钮操作 */ + /** 删除按钮操作 */ handleDelete(row) { var ids = row.id || this.ids; var nurseStationIds = row.nurseStationId || this.nurseStationIds;