浏览代码

测试截图

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('请输入邮箱', '提示', {