From 62bfa86a41c6797881194f91b9b748e120c11ea7 Mon Sep 17 00:00:00 2001
From: WXL <1785969728@qq.com>
Date: 星期四, 22 八月 2024 17:10:46 +0800
Subject: [PATCH] 测试完成

---
 src/views/patient/propaganda/particty.vue |   10 +++++++---
 1 files changed, 7 insertions(+), 3 deletions(-)

diff --git a/src/views/patient/propaganda/particty.vue b/src/views/patient/propaganda/particty.vue
index d668ffe..6972a8f 100644
--- a/src/views/patient/propaganda/particty.vue
+++ b/src/views/patient/propaganda/particty.vue
@@ -935,6 +935,7 @@
         if (!isExist) {
           console.log(this.patientqueryParams.allhosp, "allhosp");
           item.isoperation = 1;
+          item.patid = item.id;
           item.hospType = this.patientqueryParams.allhosp;
           this.overallCase.push(item);
           this.form.patTaskRelevances.push(item);
@@ -1139,15 +1140,18 @@
     // 鏌ョ湅妯$増
     previewGo() {
       this.$router.push({
-        path: "/knowledge/templateku/configurat/",
+        path: "/knowledge/tpuconfigurat/",
         query: { id: this.previewid, task: true, data: this.form },
       });
     },
     previewFn() {
       let id = this.Tasktemplate.id;
       this.Tasktemplate.id = null;
-      this.Tasktemplate.ivrLibaTemplateScriptVOList.ivrTaskScriptTargetoptionList =
-        this.Tasktemplate.ivrLibaTemplateScriptVOList.ivrLibaScriptTargetoptionList;
+      this.Tasktemplate.ivrLibaTemplateScriptVOList.forEach((item) => {
+        item.ivrTaskScriptTargetoptionList = item.ivrLibaScriptTargetoptionList;
+      });
+      console.log(this.Tasktemplate.ivrLibaTemplateScriptVOList);
+
       this.Tasktemplate.ivrTaskTemplateScriptVOList =
         this.Tasktemplate.ivrLibaTemplateScriptVOList;
       this.Tasktemplate.ivrLibaTemplateTagList = null;

--
Gitblit v1.9.3