src/views/patient/propaganda/particty.vue
@@ -1073,6 +1073,10 @@ // 子任务二级弹框 handleAddpatient(row) { console.log(this.overallCase, "ssaaa"); this.overallCase.forEach((item) => { this.allpids.push(item.patid); }); this.patientqueryParams.pids = this.allpids.join(","); getTaskpatient(this.patientqueryParams).then((response) => { console.log(response); this.patientuserList = response.rows;