Commit 10f75682 by 潘琦

生育全程签约末次月经时间前端不设置默认值;

parent 84d08dc7
......@@ -1273,7 +1273,7 @@ export default {
// 'group_id': this.groupId,
'orgId': this.orgId,
'idCard': this.BaseForm.idCard,
'pregnantDate': this.BaseForm.lastMensesTime === '' ? '1900-01-01' : this.BaseForm.lastMensesTime,
'pregnantDate': this.BaseForm.lastMensesTime,
'imagedate': this.signatureImage,
'name': this.BaseForm.name,
'phoneNumber': this.BaseForm.phone,
......
......@@ -1153,7 +1153,7 @@ export default {
'group_id': this.groupId,
'orgId': this.orgId,
'idCard': this.BaseForm.idCard,
'pregnantDate': this.BaseForm.lastMensesTime === '' ? '1900-01-01' : this.BaseForm.lastMensesTime,
'pregnantDate': this.BaseForm.lastMensesTime,
'imagedate': this.signatureImage,
'name': this.BaseForm.name,
'phoneNumber': this.BaseForm.phone,
......
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