|
@@ -59,6 +59,7 @@ const {
|
|
|
handleShowPPTCopy,
|
|
|
handlePPTDel,
|
|
|
handlePPTCopy,
|
|
|
+ handlePPTCopyBeforeClose
|
|
|
|
|
|
}=useClassify()
|
|
|
|
|
@@ -224,6 +225,7 @@ function handleDownLoadFile(){
|
|
|
show-cancel-button
|
|
|
confirmButtonText="保存"
|
|
|
@confirm="handlePPTCopy"
|
|
|
+ :before-close="handlePPTCopyBeforeClose"
|
|
|
>
|
|
|
<div class="ppt-copy-wrap">
|
|
|
<span>选择目录</span>
|
|
@@ -268,6 +270,9 @@ function handleDownLoadFile(){
|
|
|
</van-popup>
|
|
|
</template>
|
|
|
|
|
|
+<style lang="scss">
|
|
|
+@import "./style/common.scss";
|
|
|
+</style>
|
|
|
<style lang="scss" scoped>
|
|
|
.ppt-detail-page{
|
|
|
width: 100%;
|