diff --git a/src/components/FirstJob/joblist.vue b/src/components/FirstJob/joblist.vue
index 6b64d08..7df0f03 100644
--- a/src/components/FirstJob/joblist.vue
+++ b/src/components/FirstJob/joblist.vue
@@ -474,7 +474,7 @@
{{ item.jobDesp }}暂无详单
-->
-
+
@@ -827,30 +827,32 @@ export default {
}
if(this.signType == ''){
this.getJobList()
- this.getJobSpecial()
- this.getProvince()
- this.getdateinfo()
- this.getHotCity()
- this.getCityWhichHasJob()
- this.getHotStore()
- this.getClassifyList()
- this.getUserManager()
- this.hideFilterContent()
- if (isNotEmptyCheck(localStorage.getItem('POSITION_INFO'))) {
- let position = JSON.parse(localStorage.getItem('POSITION_INFO'))
- let diffTime = new Date().getTime() - JSON.parse(localStorage.getItem('POSITION_INFO')).timestamp
- if (diffTime / 3600000 > 24) {
- this.getPosition()
- } else {
- this.lng = position.lng
- this.lat = position.lat
- }
- } else {
- this.getPosition()
- }
+
}else{
this.getJobListYicai()
}
+
+ this.getJobSpecial()
+ this.getProvince()
+ this.getdateinfo()
+ this.getHotCity()
+ this.getCityWhichHasJob()
+ this.getHotStore()
+ this.getClassifyList()
+ this.getUserManager()
+ this.hideFilterContent()
+ if (isNotEmptyCheck(localStorage.getItem('POSITION_INFO'))) {
+ let position = JSON.parse(localStorage.getItem('POSITION_INFO'))
+ let diffTime = new Date().getTime() - JSON.parse(localStorage.getItem('POSITION_INFO')).timestamp
+ if (diffTime / 3600000 > 24) {
+ this.getPosition()
+ } else {
+ this.lng = position.lng
+ this.lat = position.lat
+ }
+ } else {
+ this.getPosition()
+ }
},
/**
diff --git a/src/components/FirstJob/recordBillYicai.vue b/src/components/FirstJob/recordBillYicai.vue
index cdc51a1..7dd0feb 100644
--- a/src/components/FirstJob/recordBillYicai.vue
+++ b/src/components/FirstJob/recordBillYicai.vue
@@ -523,6 +523,8 @@ export default {
let dataObj = qs.stringify({
...this.form,
jobId: this.firminfo.id,
+ interviewTimeStr:this.form.interviewTime
+
})
console.log(dataObj)
const { data } = await recordBillYicaiApi(dataObj)