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