Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
X
xiaomai-cloud-class-web
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
xiaomai-cloud-class
xiaomai-cloud-class-web
Commits
9f7f5065
Commit
9f7f5065
authored
Dec 29, 2020
by
wufan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix:修复复制文件夹问题
parent
a6fc77e5
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
3 deletions
+2
-3
src/bu-components/CopyFileModal.jsx
+2
-3
No files found.
src/bu-components/CopyFileModal.jsx
View file @
9f7f5065
...
@@ -103,10 +103,9 @@ class CopyFileModal extends React.Component {
...
@@ -103,10 +103,9 @@ class CopyFileModal extends React.Component {
if
(
allowCopy
===
0
)
{
if
(
allowCopy
===
0
)
{
Service
.
Hades
(
'public/hadesStore/copyFolder'
,
_params
).
then
((
res
)
=>
{
Service
.
Hades
(
'public/hadesStore/copyFolder'
,
_params
).
then
((
res
)
=>
{
if
(
res
.
success
)
{
if
(
res
.
success
)
{
this
.
getFileList
(
disk
,
newParentId
)
}
}).
finally
(()
=>
{
message
.
success
(
'复制成功'
);
message
.
success
(
'复制成功'
);
this
.
getFileList
(
disk
,
newParentId
);
}
})
})
}
}
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment