mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-09 08:46:43 +08:00
[FIX]【电投】被保人页面去掉无用代码
This commit is contained in:
@@ -1162,10 +1162,6 @@ export default {
|
||||
//下一步
|
||||
async nextStep() {
|
||||
let valid = await this.$validator.validate()
|
||||
// console.log('valid', valid)
|
||||
// console.log('certiexpiredateRequired', this.certiexpiredateRequired)
|
||||
// console.log('certiexpiredate', this.userInfo.certiexpiredate)
|
||||
// return
|
||||
// .then(valid => {
|
||||
if (true === valid) {
|
||||
// 职业 学龄前儿童 2099908, 离休人员 8000003,家庭主妇 4071203,无业人员 8000001,
|
||||
@@ -1577,7 +1573,6 @@ export default {
|
||||
// this.isRequired = true
|
||||
// this.idLimit = false
|
||||
}
|
||||
this.$forceUpdate()
|
||||
},
|
||||
//获取身份证扫描信息
|
||||
getIdentityInfo(data) {
|
||||
|
||||
Reference in New Issue
Block a user