Commit ccc7f9f6 authored by wangxl's avatar wangxl

4444

parent 6fe81285
......@@ -69,7 +69,7 @@ export default {
let msg = ''
let certId = e.证件号码
let gender = e.性别
let birthday = moment(e.出生日期).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.姓名) {
......
......@@ -174,7 +174,7 @@
</a-col>
<a-col :span="4">
<div class="special-middle">
<file-load :file.sync="dataList[index]" :index="index" :name="'members'" />
<file-load :file.sync="dataList[index]" :index="index" :name="'members'" :format="['doc', 'docx']"/>
</div>
</a-col>
<a-col :span="3">
......
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