update:个人CA进行中的订单显示出来

This commit is contained in:
2021-02-01 16:11:08 +08:00
parent 65a1882057
commit aa110a3697

View File

@@ -175,7 +175,9 @@ export default {
} }
this.organizeList = organizeInfo.data; this.organizeList = organizeInfo.data;
this.userApplyList = userApplyList.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) { if (current) {
this.form.idCardName = current.idCardName; this.form.idCardName = current.idCardName;
this.form.idCardNo = current.idCardNo; this.form.idCardNo = current.idCardNo;