cxmo 5 months ago
parent
commit
9e17dae6ae
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/ppt_manage/newVersion/pptEnEditor.vue

+ 1 - 1
src/views/ppt_manage/newVersion/pptEnEditor.vue

@@ -52,7 +52,7 @@
                 <AddFormat @addPage="addPage($event,index)" :chooseModalId="chooseModalId"/>
                 <div class="ppt-item" :class="{'choose':currentItem.id===item.id}" 
                   v-loading="item.isUpdating" :element-loading-text="$t('Slides.updating_chart_loading')"
-                  @click.stop="changeCurrentItem(item)">
+                  @click="changeCurrentItem(item)">
                     <!-- 标题 -->
                     <!-- <div class="title-wrap" style="left:8%;width:62%;">
                         <input type="text" :placeholder="$t('Slides.click_to_input_title')" v-model="item.title"/>