Explorar el Código

保存消息后重新加载整个消息

kagg886 hace 1 mes
padre
commit
f3620dd403
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  1. 3 0
      src/views/assistant/index.vue

+ 3 - 0
src/views/assistant/index.vue

@@ -517,6 +517,9 @@ ${resp.request.data.replace('\n', '')}
 			}
 
 			chatInstance.value = undefined
+
+			//FIXME: 后端不知道为什么无法处理index
+			await doLoadingMessage(activeConversationId.value!)
 		},
 	})
 }