src/views/sampling/sampling/index.vue
@@ -15,7 +15,7 @@ placeholder="请输入体检号" clearable @keyup.enter.native="handleQuery" @blur="handleQuery" @blur="hb" style="width: 170px" /> </el-form-item> @@ -455,6 +455,12 @@ }; this.resetForm("form"); }, hb(){ console.log(this.queryParams.tjNum); if (this.queryParams.tjNum != null) { this.handleQuery(); } }, /** 搜索按钮操作 */ handleQuery() { this.queryParams.pageNum = 1;