From 4e9179c59d676d4696e9975b31b31f942902c222 Mon Sep 17 00:00:00 2001 From: WXL <1785969728@qq.com> Date: 星期六, 01 六月 2024 09:53:04 +0800 Subject: [PATCH] 测试完成 --- src/views/patient/propaganda/particty.vue | 7 +++---- 1 files changed, 3 insertions(+), 4 deletions(-) diff --git a/src/views/patient/propaganda/particty.vue b/src/views/patient/propaganda/particty.vue index db72d9e..475ec27 100644 --- a/src/views/patient/propaganda/particty.vue +++ b/src/views/patient/propaganda/particty.vue @@ -1076,7 +1076,9 @@ this.overallCase.forEach((item) => { this.allpids.push(item.patid); }); - this.patientqueryParams.pids = this.allpids.join(","); + this.patientqueryParams.pids = this.allpids; + console.log(this.patientqueryParams.pids); + getTaskpatient(this.patientqueryParams).then((response) => { console.log(response); this.patientuserList = response.rows; @@ -1095,9 +1097,6 @@ handleSelectionChange(selection) { console.log("澶氶�夋偅鑰�"); this.SelectPatientslist = selection; - this.ids = null; - this.ids = selection.map((item) => item.patid).join(","); - // let result = this.ids.join(","); this.multiple = !selection.length; // 璧嬪�肩粰鏁翠綋閫変腑鏁扮粍 -- Gitblit v1.9.3