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'); } };