WXL
2024-09-04 7eaee92ee52e1501480adbbe8a1af9ddecc04275
src/views/repositoryai/templateku/configurat/measurement.vue
@@ -66,7 +66,7 @@
            :key="item.aaa"
          >
            <div class="dev-text">
              {{ index + 1 }}、<span>{{ item.questionText }}</span>
              {{ index + 1 }}、<span>{{ item.scriptContent }}</span>
            </div>
            <div class="dev-xx" v-if="item.valueType == 1">
@@ -105,7 +105,7 @@
    return {
      answer: "", //回答
      id: null,
      TemplateName: "随访模版名称", //模版名
      TemplateName: "随访模板名称", //模板名
      radio: "1",
      userid: "",
      input: "还不错",
@@ -158,7 +158,7 @@
      };
      // 发起ws请求
      sendWebsocket(
        "ws://localhost:8089/chat?userId=1",
        "ws://localhost:8095/chat?userId=1",
        obj,
        this.wsMessage,
        this.wsError
@@ -190,9 +190,9 @@
          value: dataJson.jsy,
          isEat: 1,
        });
      } else if (dataJson.nowQuestion.questionText) {
      } else if (dataJson.nowQuestion.scriptContent) {
        this.Answerline.push({
          value: dataJson.nowQuestion.questionText,
          value: dataJson.nowQuestion.scriptContent,
          isEat: 1,
        });
      }
@@ -224,7 +224,7 @@
      console.log(obj, "入参");
      // 发起ws请求
      sendWebsocket(
        "ws://localhost:8089/chat?userId=1",
        "ws://localhost:8095/chat?userId=1",
        obj,
        this.wsMessage,
        this.wsError