WXL
2025-02-12 a5faf6e7b42f1e358ee8396c77452a07d9f976e8
src/views/patient/propaganda/particty.vue
@@ -1089,7 +1089,10 @@
          value: 7,
          label: "患者报告",
        },
        {
          value: 10,
          label: "专病随访",
        },
        {
          value: 8,
          label: "其他通知",
@@ -1604,6 +1607,9 @@
          item.deptName = item.dept;
          item.admindate = item.inhosptime;
          item.sfzh = item.idcardno;
          if (this.patientqueryParams.allhosp==6) {
          item.patfrom = 1;
          }
          this.overallCase.push(item);
          this.form.patTaskRelevances.push(item);
        }
@@ -2022,6 +2028,12 @@
            }
            this.objyl.templateid = this.objyl.id;
            this.objyl.isoperation = 1;
            this.objyl.ivrLibaTemplateScriptVOList.forEach((item) => {
              item.ivrTaskScriptTargetoptionList =
                item.ivrLibaScriptTargetoptionList;
            });
            this.objyl.ivrTaskTemplateScriptVOList =
              this.objyl.ivrLibaTemplateScriptVOList;
            this.form.ivrTaskTemplateVO = this.objyl;
            this.submitForm();