Commit 94ff797b by wufan Committed by zhangleyuan

fix:修复复制文件夹问题

parent fd45b941
......@@ -103,10 +103,9 @@ class CopyFileModal extends React.Component {
if (allowCopy === 0) {
Service.Hades('public/hadesStore/copyFolder', _params).then((res) => {
if (res.success) {
this.getFileList(disk, newParentId)
message.success('复制成功');
this.getFileList(disk, newParentId);
}
}).finally(() => {
message.success('复制成功');
})
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment