Commit 2fecfbb4 authored by 黄奎's avatar 黄奎

Merge branch 'master' of http://gitlab.oytour.com/viitto/pptist

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