Commit f0a9896d authored by zhangderong's avatar zhangderong

解决PDF展示不全及无法下载问题

parent 2fa789c0
......@@ -264,6 +264,7 @@ export default {
spinShow:true,
Ishow:[],
aaaaa:'',
detailID:'',
nowstate:[{value:'已邀约',label:'已邀约'},{value:'邀约失败',label:'邀约失败'},{value:'面试淘汰',label:'面试淘汰'},{value:'待offer',label:'待offer'},{value:'已发offer',label:'已发offer'},{value:'待入职',label:'待入职'},{value:'未入职',label:'未入职'},{value:'已入职',label:'已入职'},],
keywords:'',
recordList:[],
......@@ -637,10 +638,11 @@ export default {
},
Seedetail(Tid,Uid){
this.DOWNID=Uid
this.detailID=Tid
let newpage = this.$router.resolve({
name: 'resumeDetail',
params:{},
query:{id:this.DOWNID,noShowBtn:''}
query:{id:this.DOWNID,noShowBtn:'',ID:this.detailID}
})
window.open(newpage.href, '_blank');
},
......
......@@ -570,6 +570,7 @@ import {mapState} from 'vuex'
emailMOdal:false,
DOSTA:'',
DOWNLOAD:'',
detailID:'',
spinShow: true,
options3: {
disabledDate (date) {
......@@ -1152,10 +1153,11 @@ import {mapState} from 'vuex'
//查看简历详情
Seedetail(Tid,Uid){
this.DOWNID=Uid
this.detailID=Tid
let newpage = this.$router.resolve({
name: 'resumeDetail',
params:{},
query:{id:this.DOWNID,noShowBtn:''}
query:{id:this.DOWNID,noShowBtn:'',ID:this.detailID}
})
window.open(newpage.href, '_blank');
},
......
......@@ -524,6 +524,7 @@ export default {
fileList:[],
UpdateTIMETwo:'',
uploadFileList:[],
detailID:'',
temp:'',
uploadurl:`${sapi}/api/ckeditor/uploadImage?token=${localStorage.get('token')}&&backUrl=/getimage`,
isShowAll:false,
......@@ -914,11 +915,12 @@ export default {
},
// 查看简历详情
Seedetail(Tid,Uid){
this.detailID=Tid
this.DOWNID=Uid
let newpage = this.$router.resolve({
name: 'resumeDetail',
params:{},
query:{id:this.DOWNID,noShowBtn:''}
query:{id:this.DOWNID,noShowBtn:'',ID:this.detailID}
})
window.open(newpage.href, '_blank');
},
......
......@@ -156,7 +156,7 @@ export default {
},
methods: {
getDETAIL(){
this.detialID=this.$route.query.id
this.detialID=this.$route.query.ID
this.showBtn=this.$route.query.noShowBtn
let token = this.$route.query.token || ''
let parmars={
......@@ -198,7 +198,7 @@ export default {
}
.bassMassage{
display: inline-block;
width: 360px;
width: 350px;
float: left;
margin-left:30px;
font-size: 14px;
......@@ -206,11 +206,11 @@ export default {
}
.bassMassageRight{
display: inline-block;
width: 360px;
width: 350px;
float: left;
font-size: 14px;
margin-top:20px;
margin-left:25px
margin-left:20px
}
.massageTitle{
/* height: 300px; */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment