mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-09 21:36:43 +08:00
客户管理证件类型截止日期校验去掉
This commit is contained in:
@@ -653,12 +653,6 @@ export default {
|
|||||||
// return
|
// return
|
||||||
// }
|
// }
|
||||||
this.userInfo.effectiveDateType = false
|
this.userInfo.effectiveDateType = false
|
||||||
//如果录入日期早于当前日期
|
|
||||||
if (Date.parse(val) < Date.parse(new Date())) {
|
|
||||||
this.userInfo.certiexpiredate = ''
|
|
||||||
this.$refs.certiexpiredate.date = ''
|
|
||||||
return this.$toast('您的证件已过期')
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
break
|
break
|
||||||
case '2':
|
case '2':
|
||||||
|
|||||||
Reference in New Issue
Block a user