src/views/patient/propaganda/particty.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
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;