tj
qinxianzhangyao
2023-10-26 4bdd0b1ef2aff1fd6f174b0f44a7248c0d2168f1
src/views/doctor/checkAll/index.vue
@@ -547,11 +547,11 @@
        page: 1,
        pageSize: 10,
        tjNumber: "",
        checkStatus: "",
        beginTime: null,
        endTime: null,
        compId: null,
        name: null,
        checkStatus:null,
      },
      // 查询参数
@@ -671,7 +671,7 @@
        setTimeout(() => {
          loading.close();
        }, 3000);
          this.$message.error("该用户体检报告暂未完成!");
          this.$message.msgSuccess("报告正在生成,请两分钟后预览!");
          
        } else {
          this.dialogVisible = true;
@@ -738,7 +738,7 @@
    // 搜索
    submitForm() {
      this.queryParams.compId = this.CheckBox.drugManufacturerId;
      this.queryParams.checkStatus = null;
      this.queryParams.checkStatus = this.tjStatus;
      if (this.startTime) {
        this.queryParams.beginTime = this.startTime[0];
        this.queryParams.endTime = this.startTime[1];