WXL
2024-06-02 628fd01beea81bac2f0299472d528860ae07cf3f
src/views/patient/propaganda/particty.vue
@@ -1078,8 +1078,12 @@
      this.overallCase.forEach((item) => {
        this.allpids.push(item.patid);
      });
      this.patientqueryParams.pids = this.allpids;
      console.log(this.patientqueryParams.pids);
      if (this.allpids[0]) {
        this.patientqueryParams.pids = this.allpids;
        console.log(this.patientqueryParams.pids);
      } else {
        this.patientqueryParams.pids = null;
      }
      getTaskpatient(this.patientqueryParams).then((response) => {
        console.log(response);