qinxianzhangyao
2024-02-20 b19a3cd44a42730b0b3ffeb0359ff42c9d07cba5
src/views/doctor/check/index.vue
@@ -22,7 +22,7 @@
          v-model="queryParams.tjNumber"
          style="width: 240px"
          placeholder="请输入体检号"
          @blur="submitForm"
          @blur="hb"
          @keyup.enter.native="submitForm"
        ></el-input>
      </el-form-item>
@@ -223,7 +223,7 @@
              <el-select
                v-model="form.hzDeptId"
                multiple
                filterable
                filterable569-0=
                style="width: 100%"
              >
                <el-option
@@ -1315,6 +1315,12 @@
        }
      });
    },
    hb() {
      console.log(this.queryParams.tjNumber);
      if (this.queryParams.tjNumber != "") {
        this.submitForm();
      }
    },
    // 搜索
    submitForm() {