From ae117f01461f05a0bf249e6f63b636f4222ec8d7 Mon Sep 17 00:00:00 2001
From: WXL <1785969728@qq.com>
Date: 星期一, 23 十二月 2024 17:17:44 +0800
Subject: [PATCH] 测试完成

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

diff --git a/src/views/outsideChainxj.vue b/src/views/outsideChainxj.vue
index 367b0fa..41b35b4 100644
--- a/src/views/outsideChainxj.vue
+++ b/src/views/outsideChainxj.vue
@@ -52,7 +52,7 @@
 <script>
 import {
   getExternalfollowup,
-  SetsaveQuestionAnswer,
+  Submitaquestionnaire,
 } from "@/api/AiCentre/index";
 import { getToken } from "@/utils/auth";
 import axios from "axios";
@@ -165,7 +165,7 @@
       });
       console.log(form, "form");
 
-      SetsaveQuestionAnswer(form).then((res) => {
+      Submitaquestionnaire(form).then((res) => {
         if (res.code == 200) {
           this.$modal.msgSuccess("鎻愪氦鎴愬姛");
         }

--
Gitblit v1.9.3