Commit aff361f1 authored by zhangderong's avatar zhangderong

下载简历问题

parent 5958cbd3
......@@ -295,7 +295,7 @@ import { serchList,downloadone,sousuoList,seedetail,PASS,OPTION,deleteREsume,dow
import qs from 'qs'
import {
sapi
} from '../../config/env.config'
} from '../../config'
import Router from 'vue-router';
export default {
data () {
......@@ -910,7 +910,6 @@ import Router from 'vue-router';
query:{}
})
window.open(newpage.href, '_blank');
// window.open.href="http://192.168.28.10:8080/#/resumeDetail"
},
//下载单条简历
downloadONE(downID){
......
......@@ -291,7 +291,7 @@ import moment from 'moment'
import {adoptOneSeeResumeList, serchList,downloadone,sousuoList,seedetail,PASS,OPTION,deleteREsume,downloadOne,exportLIST,recodeLIST,addinterview,TODORes} from '../../api/resume.server.js'
import {
sapi
} from '../../config/env.config'
} from '../../config'
export default {
data(){
return {
......
......@@ -125,7 +125,7 @@
<script>
import {
sapi
} from '../../config/env.config'
}from '../../config'
export default {
data(){
return {
......@@ -154,6 +154,7 @@ export default {
},
mounted(){
this.getDETAIL()
console.log(query)
}
}
</script>
......
......@@ -18,7 +18,7 @@
<span style="font-size:8px;position: relative;top:0px left:30px"><Icon type="md-information-circle" />邮箱密码在绑定后再次修改,请及时点击修改来更新。</span>
</FormItem>
<FormItem label="所属人" style="margin-top:20px; position: absolute;top:110px;left: 410px" prop="UserName" :label-width="180">
<Input placeholder="请输入正确的所属人" style="width:300px" v-model="formInline.UserName" :maxlength="5"/>
<Input placeholder="请输入所属者正确姓名" style="width:300px" v-model="formInline.UserName" :maxlength="5"/>
</FormItem>
<span type="primary" style="line-height:30px;text-align:center; width:110px;height:30px;position: absolute;top:130px;left: 910px;border-radius: 5px;background:rgb(0, 146, 255);color:rgb(255,255,255);cursor:pointer" @click="bindingSynchronizat">绑定并开始同步</span>
</Form>
......
......@@ -205,7 +205,7 @@
import {getuploadNumber,uploadfile,serchList,serchRESUMEdetail,deleteREsumeUPLOad} from '../../api/upload.server'
import {
sapi
} from '../../config/env.config'
} from '../../config'
import {uploadFile} from '../../service/ajax'
export default {
data () {
......
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