From 989e1dbd921721858e0750f149ca4f65f91453e0 Mon Sep 17 00:00:00 2001 From: liuye Date: Tue, 23 Jul 2024 17:50:49 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A9=BA=E6=95=B0=E6=8D=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/project/baiduAI/AppDialogue/AppDialogue.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/project/baiduAI/AppDialogue/AppDialogue.vue b/src/project/baiduAI/AppDialogue/AppDialogue.vue index 03a70de..e18a292 100644 --- a/src/project/baiduAI/AppDialogue/AppDialogue.vue +++ b/src/project/baiduAI/AppDialogue/AppDialogue.vue @@ -340,7 +340,7 @@ export default { this.typeList = res.data.records this.aiConfigId = this.typeList[0].dictValue this.aiConfigName = this.typeList[0].dictName - this.getHistoryList() + // this.getHistoryList() } }) }