diff --git a/src/views/signing/index.vue b/src/views/signing/index.vue index e439a7e..0ff4cf5 100644 --- a/src/views/signing/index.vue +++ b/src/views/signing/index.vue @@ -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, diff --git a/src/views/signingWD/index.vue b/src/views/signingWD/index.vue index 1f42950..6159a78 100644 --- a/src/views/signingWD/index.vue +++ b/src/views/signingWD/index.vue @@ -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,