lkk
2024-12-13 95bd9e82d1d2d0e60cacc891f56e7840b71d200b
src/views/system/biol/index.vue
@@ -692,6 +692,7 @@
        tjNum: undefined,
        dyzt: "0",
        compId: null,
        dw:null,
        tjCompName:''
      },
      startTime: "",
@@ -1094,10 +1095,13 @@
    },
    /** 查询体检记录列表 */
    getList() {
      console.log(this.CheckBox);
      console.log(this.CheckBox,2323);
      
      // this.queryParams.checkStatus = this.checkStatus;
      this.queryParams.compId = this.CheckBox.drugManufacturerId;
      this.queryParams.dw = this.CheckBox.cnName;
      if (this.createTimeList) {
        this.queryParams.djbeginTime = this.createTimeList[0];
        this.queryParams.djendTime = this.createTimeList[1];