diff --git a/frontend/src/views/dashboard/editor/ChatChartSelection.vue b/frontend/src/views/dashboard/editor/ChatChartSelection.vue index 7e704d04..f422aa73 100644 --- a/frontend/src/views/dashboard/editor/ChatChartSelection.vue +++ b/frontend/src/views/dashboard/editor/ChatChartSelection.vue @@ -80,10 +80,6 @@ const currentChat = ref(new ChatInfo()) const chartInfoList = ref>([]) const emits = defineEmits(['addChatChart']) -onMounted(() => { - getChatList() -}) - function selectChange(value: boolean, viewInfo: any) { if (value) { // @ts-expect-error eslint-disable-next-line @typescript-eslint/ban-ts-comment @@ -200,7 +196,10 @@ function getChatList() { const dialogInit = () => { dialogShow.value = true + currentChatId.value = undefined state.curMultiplexingComponents = [] + chartInfoList.value = [] + getChatList() } const saveMultiplexing = () => {