1
This commit is contained in:
parent
9f0dbabd51
commit
50cc836b4f
@ -1141,8 +1141,10 @@ export default {
|
|||||||
value = "是"
|
value = "是"
|
||||||
} else if (key == "sex") {
|
} else if (key == "sex") {
|
||||||
if (thread.profession_cid == 2) value = thread[key] == 1 ? "男" : "女"
|
if (thread.profession_cid == 2) value = thread[key] == 1 ? "男" : "女"
|
||||||
|
else value = null
|
||||||
} else if (key == "lsat") {
|
} else if (key == "lsat") {
|
||||||
if (thread.profession_cid == 2) value = thread[key]
|
if (thread.profession_cid == 2) value = thread['lsat']
|
||||||
|
else value = null
|
||||||
} else if (key == "experience") {
|
} else if (key == "experience") {
|
||||||
value = experience[thread[key]]
|
value = experience[thread[key]]
|
||||||
} else {
|
} else {
|
||||||
@ -1158,6 +1160,8 @@ export default {
|
|||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|
||||||
|
console.log("obj1",obj1);
|
||||||
|
|
||||||
this.locationThreadData = obj1
|
this.locationThreadData = obj1
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user