From d938ee8d0c66de10ad1dd52fc985e2b8a6432107 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9B=B9=E8=BE=89?= <814457906@qq.com> Date: Wed, 29 Mar 2023 10:04:23 +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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/system/poser/index.vue b/src/views/system/poser/index.vue index 339c3ef..dd09241 100644 --- a/src/views/system/poser/index.vue +++ b/src/views/system/poser/index.vue @@ -721,7 +721,6 @@ export default { }, //所属护理项目页面 ParamsStationxm(item) { - console.log(item); if (this.nurseItemquery.nurseStationId) { this.nurseItemlistInfo(); this.homenumber = item; @@ -818,6 +817,7 @@ export default { }, // 表单重置 reset() { + this.nurseItemquery.nurseStationId = null; this.form = { posterPictureUrlLists: [ { @@ -826,7 +826,7 @@ export default { idd: this.idd } ], - moduleType:null, + moduleType: null, id: null, poserName: null, posterPictureUrl: null,