From f0bee6bb234cb7cbd5561c49b201293157459abc Mon Sep 17 00:00:00 2001 From: ZhaoTongYao <531131322@qq.com> Date: Tue, 26 Apr 2022 13:29:40 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../modules/epidemic/persontesting-add-or-update-mobile.vue | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/views/modules/epidemic/persontesting-add-or-update-mobile.vue b/src/views/modules/epidemic/persontesting-add-or-update-mobile.vue index 4c63dc8..acb1734 100644 --- a/src/views/modules/epidemic/persontesting-add-or-update-mobile.vue +++ b/src/views/modules/epidemic/persontesting-add-or-update-mobile.vue @@ -228,6 +228,9 @@ } this.dataForm.name = res.data.userName this.dataForm.mobile = res.data.mobile + let identifyNo = this.dataForm.idcard + this.dataForm.sex = this.IdCard(identifyNo, 2) + this.dataForm.birthday = this.IdCard(identifyNo, 1) }).catch(() => { }) }, IdCard (UUserCard, num) {