From b047a053c5f07d1b1484e262cbcb87e285eeaeda Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=98=AD?= <81747598+lan-yonghui@users.noreply.github.com> Date: Fri, 18 Oct 2024 11:29:36 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E8=A7=A3=E5=86=B3=E7=A7=BB=E5=8A=A8?= =?UTF-8?q?=E7=AB=AF=E4=B8=BB=E6=9C=BA=E6=96=87=E4=BB=B6=E6=89=B9=E9=87=8F?= =?UTF-8?q?=E5=88=A0=E9=99=A4=E9=94=99=E8=AF=AF=20(#6765)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/views/host/file-management/index.vue | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/frontend/src/views/host/file-management/index.vue b/frontend/src/views/host/file-management/index.vue index 96b33e854..4441ec74f 100644 --- a/frontend/src/views/host/file-management/index.vue +++ b/frontend/src/views/host/file-management/index.vue @@ -478,11 +478,10 @@ import { SearchFavorite, } from '@/api/modules/files'; import { computeSize, copyText, dateFormat, downloadFile, getFileType, getIcon, getRandomStr } from '@/utils/util'; -import { StarFilled, Star, Top, Right, Close } from '@element-plus/icons-vue'; import { File } from '@/api/interface/file'; import { Mimetypes, Languages } from '@/global/mimetype'; import { useRouter } from 'vue-router'; -import { Back, Refresh } from '@element-plus/icons-vue'; +import { Back, Refresh, StarFilled, Star, Top, Right, Close } from '@element-plus/icons-vue'; import { MsgWarning } from '@/utils/message'; import { useSearchable } from './hooks/searchable'; import { ResultData } from '@/api/interface'; @@ -612,7 +611,7 @@ const handleFilePatch = (command: string) => { openBatchRole(selects.value); break; case 'batchDelFiles': - openDetail(selects.value); + batchDelFiles(); break; default: break;