WXL
2024-08-21 adf7c9495ac348644079592059ea4c4d95b84b99
src/views/patient/propaganda/Missioncreation.vue
@@ -1066,6 +1066,7 @@
        const isExist = this.overallCase.find((obj) => obj.name == item.name);
        if (!isExist) {
          item.isoperation = 1;
          item.patid = item.id;
          item.hospType = this.patientqueryParams.allhosp;
          this.overallCase.push(item);
          this.form.patTaskRelevances.push(item);