File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed
ui/src/components/ai-chat/component/chat-input-operate Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change 278278 :show-file-list =" false"
279279 :accept =" getAcceptList()"
280280 :on-change =" (file: any, fileList: any) => uploadFile(file, fileList)"
281- v-model:file-list =" fileAllList"
282281 ref =" upload"
283282 >
284283 <el-tooltip
393392 :show-file-list =" false"
394393 :accept =" getAcceptList()"
395394 :on-change =" (file: any, fileList: any) => uploadFile(file, fileList)"
396- v-model:file-list =" fileAllList"
397395 ref =" upload"
398396 class =" import-button"
399397 >
@@ -568,7 +566,7 @@ const uploadFile = async (file: any, fileList: any) => {
568566 }
569567 filePromisionDict .value [file .uid ] = false
570568 const inner = reactive (file )
571- // fileAllList.value.push(inner)
569+ fileAllList .value .push (inner )
572570 if (! chatId_context .value ) {
573571 chatId_context .value = await props .openChatId ()
574572 }
You can’t perform that action at this time.
0 commit comments