Commit 9766cb5d authored by wangxl's avatar wangxl

333

parent b8fcbd6a
......@@ -69,7 +69,7 @@ export default {
let msg = ''
let certId = e.证件号码
let gender = e.性别
let birthday = moment(e.出生日期.replace(/\s/g, "-").replace(/\//g, '-')).format('YYYY-MM-DD HH:mm:ss')
let birthday = moment(e.出生日期.replace(/\s/g, "").replace(/\//g, '-')).format('YYYY-MM-DD HH:mm:ss')
let title = null
let degree = null
if (!!!e.姓名) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment