WXL
2024-06-01 4e9179c59d676d4696e9975b31b31f942902c222
src/views/patient/propaganda/particty.vue
@@ -1073,6 +1073,12 @@
    // 子任务二级弹框
    handleAddpatient(row) {
      console.log(this.overallCase, "ssaaa");
      this.overallCase.forEach((item) => {
        this.allpids.push(item.patid);
      });
      this.patientqueryParams.pids = this.allpids;
      console.log(this.patientqueryParams.pids);
      getTaskpatient(this.patientqueryParams).then((response) => {
        console.log(response);
        this.patientuserList = response.rows;
@@ -1091,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;
      // 赋值给整体选中数组