From b907283aff8db8bf57f963917daf2a357c5eafb5 Mon Sep 17 00:00:00 2001 From: qinxianzhangyao <11053546+qinxianzhangyao@user.noreply.gitee.com> Date: 星期二, 27 二月 2024 15:37:19 +0800 Subject: [PATCH] qxtj --- src/views/doctor/check/index.vue | 10 ++++++++-- 1 files changed, 8 insertions(+), 2 deletions(-) diff --git a/src/views/doctor/check/index.vue b/src/views/doctor/check/index.vue index 8f6ff14..8ead2cd 100644 --- a/src/views/doctor/check/index.vue +++ b/src/views/doctor/check/index.vue @@ -22,7 +22,7 @@ v-model="queryParams.tjNumber" style="width: 240px" placeholder="璇疯緭鍏ヤ綋妫�鍙�" - @blur="submitForm" + @blur="hb" @keyup.enter.native="submitForm" ></el-input> </el-form-item> @@ -223,7 +223,7 @@ <el-select v-model="form.hzDeptId" multiple - filterable + filterable569-0= style="width: 100%" > <el-option @@ -1315,6 +1315,12 @@ } }); }, + hb() { + console.log(this.queryParams.tjNumber); + if (this.queryParams.tjNumber != "") { + this.submitForm(); + } + }, // 鎼滅储 submitForm() { -- Gitblit v1.8.0