From aa110a36973699c549e1a2db2c5a88b7de35dfff Mon Sep 17 00:00:00 2001 From: zhangqi <2794379662@qq.com> Date: Mon, 1 Feb 2021 16:11:08 +0800 Subject: [PATCH] =?UTF-8?q?update:=E4=B8=AA=E4=BA=BACA=E8=BF=9B=E8=A1=8C?= =?UTF-8?q?=E4=B8=AD=E7=9A=84=E8=AE=A2=E5=8D=95=E6=98=BE=E7=A4=BA=E5=87=BA?= =?UTF-8?q?=E6=9D=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/CA/UserApply.vue | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/views/CA/UserApply.vue b/src/views/CA/UserApply.vue index db85e34..de5322b 100644 --- a/src/views/CA/UserApply.vue +++ b/src/views/CA/UserApply.vue @@ -175,7 +175,9 @@ export default { } this.organizeList = organizeInfo.data; this.userApplyList = userApplyList.data; - var current = this.userApplyList.find(p => p.status === null); + var current = this.userApplyList.find( + p => p.status === null || p.status === 0 + ); if (current) { this.form.idCardName = current.idCardName; this.form.idCardNo = current.idCardNo;