WXL
2024-08-21 09b701d290094291e877b2cfb601db7da267d6b9
src/views/outsideChainxj.vue
@@ -70,9 +70,7 @@
      // });
      // 临时获取数据
      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);