Commit df5f3840 authored by zhengke's avatar zhengke

修复复制刷新

parent 0bc2bf4c
......@@ -170,7 +170,11 @@
<CopyFile v-if="isCopyTo"
:details="journeyAdsDetails"
@close="() => {journeyAdsDetails = '';isCopyTo=false}"></CopyFile>
@close="() => {journeyAdsDetails = '';isCopyTo=false}"
@success="() => {
journeyAdsDetails = '';
isCopyTo=false;
emit('success')}"></CopyFile>
<TreeFileRecover v-if="isTreeFileRecover"
:details="journeyAdsDetails"
......
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