su
su1124
2024-01-29 0e16303c13da3ea8d1a6f5d4f85cc2483380726c
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;