su
su1124
2024-01-24 51123d5ad145745f855280783c01cc2906b693d0
src/views/system/charge/index.vue
@@ -10,7 +10,7 @@
          </el-col>
          <el-col :span="6">
            <el-form-item label="体检号" prop="tjNum" style="display: flex;">
              <el-input ref="inputName" v-model="form.tjNum" placeholder="请输入体检号"   @keyup.enter.native="submitFormchanck"  />
              <el-input ref="inputName" v-model="form.tjNum" placeholder="请输入体检号"   @keyup.enter.native="submitFormchanck" @blur="hb"  />
            </el-form-item>
          </el-col>
@@ -176,6 +176,12 @@
        }
      });
    },
    hb(){
      console.log(this.form.tjNum);
       if (this.form.tjNum != "") {
        this.submitFormchanck();
      }
    },
    submitFormchanck() {
      this.loading = true;
      getfindTj(this.form).then((response) => {