reedliuqing_i 5 years ago
parent
commit
ccca606774

+ 1 - 1
src/layout/components/AppMain.vue

@@ -2,7 +2,7 @@
   <section class="app-main">
     <transition name="fade-transform" mode="out-in">
       <keep-alive include="DefectManage">
-        <router-view id="mytest" />
+        <router-view />
       </keep-alive>
     </transition>
   </section>

+ 1 - 1
src/views/Platform/presentation/testPresenyL.vue

@@ -110,7 +110,7 @@ export default {
       })
     },
     download() {
-      this.getPdf('mytest', this.name)
+      this.getPdf('resumeId', this.name)
     },
     promptEmail(e) {
       this.$prompt('请输入邮箱', '提示', {