src/views/doctor/examination/index.vue
@@ -15,6 +15,7 @@ @keyup.enter.native="handleQuery" style="width: 110px" /> <!-- @blur="queryParams.name = queryParams.name.trim()" --> </el-form-item> <el-form-item label="体检号" prop="tjNumber"> <el-input @@ -752,6 +753,7 @@ /** 搜索按钮操作 */ handleQuery() { // this.queryParams.name = this.queryParams.name.trim(); this.queryParams.page = 1; this.getList(); },