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> @@ -1315,6 +1315,12 @@ } }); }, hb(){ console.log(this.queryParams.tjNumber); if (this.queryParams.tjNumber != "") { this.submitForm(); } }, // 搜索 submitForm() {