From 77fb64c1475ce550f20982ece9c05a0c6c843799 Mon Sep 17 00:00:00 2001
From: WXL <1785969728@qq.com>
Date: 星期四, 09 一月 2025 16:55:22 +0800
Subject: [PATCH] 新华提交

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

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

--
Gitblit v1.9.3