su
su1124
2024-01-24 51123d5ad145745f855280783c01cc2906b693d0
src/views/system/biol/index.vue
@@ -24,7 +24,7 @@
          clearable
          @keyup.enter.native="handleQuery"
          ref="inputName"
          @blur="handleQuery"
          @blur="hb"
        />
      </el-form-item>
      <el-form-item label="报告时间" prop="reportTimeList">
@@ -988,6 +988,11 @@
      };
      this.resetForm("form");
    },
    hb() {
      if (this.queryParams.tjNum != undefined) {
        this.handleQuery();
      }
    },
    /** 搜索按钮操作 */
    handleQuery() {
      this.queryParams.pageNum = 1;
@@ -1012,7 +1017,6 @@
      // }
      this.multiple = !selection.length;
      this.report = selection.map((item) => item.tjNumber);
      console.log(this.report);
    },
    investigation(row) {