lkk
2024-11-27 e17811c1d7b1e6318af32a366d23bd586750b6d2
src/views/picture/other/index.vue
@@ -15,7 +15,7 @@
          placeholder="请输入体检号"
          clearable
          @keyup.enter.native="handleQuery"
          @blur="handleQuery"
          @blur="hb"
          style="width: 160px"
        />
      </el-form-item>
@@ -66,7 +66,7 @@
          type="primary"
          icon="el-icon-search"
          size="mini"
          @click="handleQuery"
          @click="handleQuery" style="margin-right:15px;"
          >搜索</el-button
        >
        <el-button icon="el-icon-refresh" size="mini" @click="resetQuery"
@@ -475,6 +475,12 @@
      };
      this.resetForm("form");
    },
    hb(){
      console.log(this.queryParams.tjNum);
       if (this.queryParams.tjNum != null) {
        this.handleQuery();
      }
    },
    /** 搜索按钮操作 */
    handleQuery() {
      this.queryParams.pageNum = 1;