update:个人CA进行中的订单显示出来
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user