|
@@ -19,6 +19,7 @@ const {
|
|
|
handlePPTShare,
|
|
|
handleShowPPTCopy,
|
|
|
handlePPTCopy,
|
|
|
+ handlePPTCopyBeforeClose,
|
|
|
|
|
|
goPPTDetail
|
|
|
}=useClassify()
|
|
@@ -201,6 +202,7 @@ function goMobileSearch(){
|
|
|
show-cancel-button
|
|
|
confirmButtonText="保存"
|
|
|
@confirm="handlePPTCopy"
|
|
|
+ :before-close="handlePPTCopyBeforeClose"
|
|
|
>
|
|
|
<div class="ppt-copy-wrap">
|
|
|
<span>选择目录</span>
|