@@ -36,6 +36,8 @@ const isExistInHistory = computed(() => (recordList.value.findIndex(({ sessionId
const handleCreateDialog = async () => {
message.destroyAll();
+ inputRef.value.clearFileList();
+
if (unref(isLoading)) {
return message.warning('当前对话生成中');
}