From f6bc6ed2dec9cd60853db928fa6e56a92ab5de0d Mon Sep 17 00:00:00 2001
From: WXL <1785969728@qq.com>
Date: 星期三, 12 二月 2025 11:07:17 +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