|
@ -632,7 +632,7 @@ export default { |
|
|
data() { |
|
|
data() { |
|
|
return { |
|
|
return { |
|
|
qzUrl: process.env.VUE_APP_API_QZURL, // 二维码路径 |
|
|
qzUrl: process.env.VUE_APP_API_QZURL, // 二维码路径 |
|
|
userInfo: localStorage.getItem("user"), |
|
|
userInfo: {}, |
|
|
// 受教育程度,年限 |
|
|
// 受教育程度,年限 |
|
|
educationYears: [ |
|
|
educationYears: [ |
|
|
{ label: "文盲", value: 0 }, |
|
|
{ label: "文盲", value: 0 }, |
|
@ -957,6 +957,7 @@ export default { |
|
|
let idCard = this.$route.query.idCard; |
|
|
let idCard = this.$route.query.idCard; |
|
|
this.queryParams.param.keywords = idCard || ""; |
|
|
this.queryParams.param.keywords = idCard || ""; |
|
|
this.getList(); |
|
|
this.getList(); |
|
|
|
|
|
this.userInfo = JSON.parse(localStorage.getItem("user")); |
|
|
// this.getFollowupQuery(); |
|
|
// this.getFollowupQuery(); |
|
|
}, |
|
|
}, |
|
|
methods: { |
|
|
methods: { |
|
|