lcw
This commit is contained in:
@ -61,9 +61,9 @@ export function setCascader(id, array, childDeptList = 'childDeptList', fun) {
|
||||
}
|
||||
/**
|
||||
* 当type=1时获取出生日期,type=2时获取性别,type=3时获取年龄 all
|
||||
* @param {*} IdCard
|
||||
* @param {*} type
|
||||
* @returns
|
||||
* @param {*} IdCard
|
||||
* @param {*} type
|
||||
* @returns
|
||||
*/
|
||||
export function IdCard(IdCard, type) {
|
||||
let user = {
|
||||
@ -117,3 +117,4 @@ export function IdCard(IdCard, type) {
|
||||
}
|
||||
return user
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user