From a346cfbcb03a303dca252d910d2181f00e7adc20 Mon Sep 17 00:00:00 2001
From: WXL <1785969728@qq.com>
Date: 星期二, 03 九月 2024 10:39:10 +0800
Subject: [PATCH] 测试完成

---
 src/views/outsideChainxj.vue |   22 ++++++++++------------
 1 files changed, 10 insertions(+), 12 deletions(-)

diff --git a/src/views/outsideChainxj.vue b/src/views/outsideChainxj.vue
index 3f213a6..e843090 100644
--- a/src/views/outsideChainxj.vue
+++ b/src/views/outsideChainxj.vue
@@ -1,7 +1,7 @@
 <template>
   <div class="questionnaire">
     <div class="CONTENT">
-      <div class="title">鏆戞湡涓�鍙峰鏁�</div>
+      <div class="title">鏂板崕鍖婚櫌鍖绘姢鐭ヨ瘑瀹f暀</div>
       <div class="preview-left">
         <!-- 鍗曢�� -->
         <div v-html="richText"></div>
@@ -50,8 +50,8 @@
   methods: {
     // 鑾峰彇鏁版嵁
     getQuestionnaire() {
-      // let taskid = this.$route.query.param1;
-      // let patid = this.$route.query.param2;
+      this.taskid = this.$route.query.param1;
+      this.patid = this.$route.query.param2;
       // // let taskid =
       // //   "OFp7tn/B6x7IzKJetvGWHdSWBj7msRlnlj6am9dyuHTH6sEt4uBbVCUXs5kcF/e4O2W6vqHf2Bz9K3/evbYDmw==";
       // // let patid =
@@ -63,16 +63,14 @@
       // // this.$modal.msgSuccess("浠诲姟id涓�" + this.taskid);
       // let taskids = this.encrypt(this.taskid);
       // let patids = this.encrypt(this.patid);
-      // getExternalfollowup({ param1: taskids, param2: patids }).then((res) => {
-      //   if (res.code == 200) {
-      //     this.questionList = res.rows;
-      //   }
-      // });
+      getExternalfollowup({ param1: this.taskid, param2: this.patid }).then((res) => {
+        if (res.code == 200) {
+          this.questionList = res.rows;
+        }
+      });
       // 涓存椂鑾峰彇鏁版嵁
       axios
-        .get(
-          "http://116.62.18.175:8096/profile/upload/show/鎸傚彿闇�鐭�/鎸傚彿闇�鐭�.html"
-        )
+        .get("http://192.168.1.10:8095/profile/upload/show/娴嬭瘯/娴嬭瘯.html")
         .then((response) => {
           console.log(response.data, "鏁版嵁"); // 杈撳嚭鑾峰彇鍒扮殑鏂囦欢鍐呭
           this.richText = response.data;
@@ -118,7 +116,7 @@
         let ivrTaskcalldetail = {
           asrtext: item.asrtext,
           valueType: item.valueType,
-          questiontext: item.questionText,
+          scriptContent: item.scriptContent,
           targetoptions: optionarr.join(","),
         };
         form.ivrTaskcalldetailList.push(ivrTaskcalldetail);

--
Gitblit v1.9.3