WXL
2024-06-01 4e9179c59d676d4696e9975b31b31f942902c222
测试完成
已修改1个文件
7 ■■■■■ 文件已修改
src/views/patient/propaganda/particty.vue 7 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
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;
      // 赋值给整体选中数组