소스 검색

测试截图

reedliuqing_i 5 년 전
부모
커밋
e4d6ff6fe5
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 1
      src/layout/components/AppMain.vue
  2. 1 1
      src/views/Platform/presentation/testPresenyL.vue

+ 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 />
+        <router-view id="mytest" />
       </keep-alive>
     </transition>
   </section>

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

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