From 62a21c526f508f4c60225ed9be4f96299b9fd04b Mon Sep 17 00:00:00 2001 From: xueyinfei <1207092115@qq.com> Date: Fri, 26 Dec 2025 11:35:25 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8A=A9=E6=89=8B=E5=9B=9E=E5=88=B0=E8=BF=87?= =?UTF-8?q?=E5=8E=BB=EF=BC=8C=E5=8F=96=E6=B6=88=E8=87=AA=E5=8A=A8=E5=AE=A1?= =?UTF-8?q?=E6=89=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- vue-fastapi-frontend/src/views/aichat/aichat.vue | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/vue-fastapi-frontend/src/views/aichat/aichat.vue b/vue-fastapi-frontend/src/views/aichat/aichat.vue index 163de87..60f4e81 100644 --- a/vue-fastapi-frontend/src/views/aichat/aichat.vue +++ b/vue-fastapi-frontend/src/views/aichat/aichat.vue @@ -212,7 +212,7 @@ style="display: flex; flex-direction: column" >
- +
@@ -308,7 +308,7 @@ const autoProcess = ref({ checkAll: false, isIndeterminate: false, autoArray:[], - robots:['数据治理管理专家自动批准','元数据专家自动批准','数据标准专家自动批准','数据安全专家自动批准','数据分析专家自动批准','数据模型专家自动批准','数据质量专家自动批准','智能导航专家自动审批'], + robots:['数据治理管理专家','元数据专家','数据标准专家','数据安全专家','数据分析专家','数据模型专家','数据质量专家','智能导航专家'], }) const popoverVisible = ref(false) const currentMachine = ref([]) @@ -342,6 +342,10 @@ function setScrollBottom() { function confirmReturn(item,index){ DeleteChatList(item.chatId).then(res=>{ + const index = autoProcess.value.autoArray.indexOf("item.interrupt.robot"); + if (index !== -1) { + autoProcess.value.autoArray.splice(index, 1); + } chatList.value.splice(index, chatList.value.length - index); let reqData = { "user_id": cache.local.get("username"),