su
su1124
2024-01-24 51123d5ad145745f855280783c01cc2906b693d0
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;