Parcourir la source

feat: 新建的时候隐藏上传的状态

sunxiao il y a 7 mois
Parent
commit
fdb4cbb09d
1 fichiers modifiés avec 2 ajouts et 0 suppressions
  1. 2 0
      src/views/work/WorkView.vue

+ 2 - 0
src/views/work/WorkView.vue

@@ -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('当前对话生成中');
   }