From d54ac083e2992a5613f5cb22849db9742dbe9a9b Mon Sep 17 00:00:00 2001
From: WXL (wul) <wl_5969728@163.com>
Date: 星期三, 22 十月 2025 11:06:14 +0800
Subject: [PATCH] 问卷联调

---
 src/views/outsideChainnew.vue |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/src/views/outsideChainnew.vue b/src/views/outsideChainnew.vue
index 1041445..ca9eee4 100644
--- a/src/views/outsideChainnew.vue
+++ b/src/views/outsideChainnew.vue
@@ -281,6 +281,8 @@
     geturlinfo() {
       // let url = window.location.href;
       let url = this.$route.query.p;
+      console.log(445);
+
       // let url = 'http://218.108.11.22:8093/sf/003';
       // let urlid = this.extractLastSegmentFromUrl(url);
 
@@ -412,7 +414,7 @@
         param1: this.taskid,
         param2: this.patid,
         type: this.type,
-        ivrLibaTemplateScriptVOList: [],
+        ivrTaskaTemplateScriptVOList: [],
       };
       const arr = structuredClone(this.questionList);
       console.log(arr, "srr");
@@ -437,7 +439,7 @@
           item.questionResult = JSON.stringify(item.questionResult);
         }
       });
-      form.ivrLibaTemplateScriptVOList = arr;
+      form.ivrTaskaTemplateScriptVOList = arr;
       Cachequestionnaire(form).then((res) => {
         if (res.code == 200) {
           if (subm) {

--
Gitblit v1.9.3