mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-09 12:16:43 +08:00
Merge branch 'hotfix/bug_【保单查询】显示字段修改【电投】未成年人工作单位默认值为无' into release/0507
This commit is contained in:
@@ -1161,10 +1161,6 @@ export default {
|
|||||||
//下一步
|
//下一步
|
||||||
async nextStep() {
|
async nextStep() {
|
||||||
let valid = await this.$validator.validate()
|
let valid = await this.$validator.validate()
|
||||||
// console.log('valid', valid)
|
|
||||||
// console.log('certiexpiredateRequired', this.certiexpiredateRequired)
|
|
||||||
// console.log('certiexpiredate', this.userInfo.certiexpiredate)
|
|
||||||
// return
|
|
||||||
// .then(valid => {
|
// .then(valid => {
|
||||||
if (true === valid) {
|
if (true === valid) {
|
||||||
// 职业 学龄前儿童 2099908, 离休人员 8000003,家庭主妇 4071203,无业人员 8000001,
|
// 职业 学龄前儿童 2099908, 离休人员 8000003,家庭主妇 4071203,无业人员 8000001,
|
||||||
@@ -1576,7 +1572,6 @@ export default {
|
|||||||
// this.isRequired = true
|
// this.isRequired = true
|
||||||
// this.idLimit = false
|
// this.idLimit = false
|
||||||
}
|
}
|
||||||
this.$forceUpdate()
|
|
||||||
},
|
},
|
||||||
//获取身份证扫描信息
|
//获取身份证扫描信息
|
||||||
getIdentityInfo(data) {
|
getIdentityInfo(data) {
|
||||||
|
|||||||
Reference in New Issue
Block a user