This commit is contained in:
lcw
2025-12-27 22:09:13 +08:00
parent 3fb06e3847
commit 953cb9943d
6 changed files with 107 additions and 15 deletions

View File

@ -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
}