友
This commit is contained in:
parent
765983c153
commit
fc988f3093
@ -213,7 +213,7 @@ export default {
|
|||||||
break
|
break
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
this.flowRecordId = res.data.flowRecordList.filter(i => i.isActive).length > 0 ? res.data.flowRecordList.filter(i => i.isActive)[0].flowDetailRespList[0].flowRecordId : ''
|
this.flowRecordId = res.data.flowRecordList.filter(i => i.isActive).length > 0 ? (res.data.flowRecordList.filter(i => i.isActive)[0].flowDetailRespList ? res.data.flowRecordList.filter(i => i.isActive)[0].flowDetailRespList[0].flowRecordId : '') : ''
|
||||||
this.formList = res.data
|
this.formList = res.data
|
||||||
this.isShow = true
|
this.isShow = true
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user