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