From 0448d7ffb98c5f4089ac00278427277ef0215a9d Mon Sep 17 00:00:00 2001
From: liudong <liudong>
Date: 星期一, 05 八月 2024 15:19:06 +0800
Subject: [PATCH] 知识库智能体管理的页面开发和功能开发
---
src/views/dmx/IntelligentAgent/components/editAgent.vue | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/src/views/dmx/IntelligentAgent/components/editAgent.vue b/src/views/dmx/IntelligentAgent/components/editAgent.vue
index b13e85e..d1d6d6c 100644
--- a/src/views/dmx/IntelligentAgent/components/editAgent.vue
+++ b/src/views/dmx/IntelligentAgent/components/editAgent.vue
@@ -137,6 +137,7 @@
import useLoading from '@/hooks/loading';
import { dialogSet } from '@/api/Agent';
import { Message } from '@arco-design/web-vue';
+ import EventBus from "@/utils/EventBus";
const { setLoading } = useLoading(true);
const props = defineProps(['typeAngint', 'formData']);
const visible = ref(false);
@@ -210,6 +211,7 @@
if (data.code == 0) {
Message.success(title);
handleCancel();
+ EventBus.emit('queryList');
}
};
--
Gitblit v1.8.0