src/views/doctor/examination/index.vue
@@ -14,6 +14,7 @@ placeholder="请输入体检号" clearable @keyup.enter.native="handleQuery" @blur="hb" style="width: 170px" /> </el-form-item> @@ -435,6 +436,13 @@ } }); }, hb(){ console.log(this.queryParams.tjNumber); if (this.queryParams.tjNumber != null) { this.handleQuery(); } }, /** 搜索按钮操作 */ handleQuery() { this.queryParams.page = 1;