From 552e2c47122f3465050c71b1afca44da8196a029 Mon Sep 17 00:00:00 2001
From: WXL <1785969728@qq.com>
Date: 星期二, 08 四月 2025 16:20:50 +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