🐛 批量执行历史显示错误.
This commit is contained in:
@@ -353,6 +353,7 @@
|
||||
|
||||
:deep(.sftp-path-unit) {
|
||||
cursor: pointer;
|
||||
white-space: nowrap;
|
||||
font-size: 12px;
|
||||
|
||||
&:hover {
|
||||
|
||||
@@ -148,7 +148,7 @@
|
||||
// 下载文件
|
||||
const downloadFiles = (paths: Array<string>) => {
|
||||
if (!paths.length) {
|
||||
return paths;
|
||||
return;
|
||||
}
|
||||
Message.success('已开始下载, 点击右侧传输列表查看进度');
|
||||
// 映射为文件
|
||||
|
||||
Reference in New Issue
Block a user