qinxianzhangyao
2024-03-08 2d1cc07e5be9d226d23dc172031a3971ea43528f
src/views/doctor/check/index.vue
@@ -22,6 +22,7 @@
          v-model="queryParams.tjNumber"
          style="width: 240px"
          placeholder="请输入体检号"
          clearable
          @blur="hb"
          @keyup.enter.native="submitForm"
        ></el-input>
@@ -223,7 +224,7 @@
              <el-select
                v-model="form.hzDeptId"
                multiple
                filterable569-0=
                filterable
                style="width: 100%"
              >
                <el-option
@@ -406,9 +407,9 @@
        <table
          style="
            width: 96%;
            height:70px
            height:70px;
            margin: 10px 10px;
            margin-bottom:10px
            margin-bottom:10px;
            border: 1px solid #dfe6ec;
            border-collapse: collapse;
            font-size:16px
@@ -1329,7 +1330,26 @@
    // 搜索
    submitForm() {
      this.queryParams.page = 1;
      this.getList();
      this.loading = true;
      this.queryParams.type = this.tjStatus;
      getProList(this.queryParams).then((response) => {
        if (response.code == 200) {
          this.loading = false;
          if (response.data) {
            if (response.data.date) {
              this.tableList = response.data.date;
              this.queryParams.tjNumber =""
            } else {
              this.tableList = response.data.customers;
              this.queryParams.tjNumber =""
            }
            this.total = response.data.total;
          } else {
            this.tableList = [];
          }
        }
      });
      
      // this.loading = true;
      // (this.queryParams = {