From 1a090a490d8fc93224a0e3ad0fd7fe16c9fe63a8 Mon Sep 17 00:00:00 2001 From: WXL <1785969728@qq.com> Date: 星期二, 21 一月 2025 19:01:11 +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