|
@@ -1462,6 +1462,7 @@ function getTheRightRole(role, pageIdx) {
|
|
if (role.flowAccList && role.flowAccList.length > pageIdx) {
|
|
if (role.flowAccList && role.flowAccList.length > pageIdx) {
|
|
if (role.flowAccList[pageIdx] !== -1) {
|
|
if (role.flowAccList[pageIdx] !== -1) {
|
|
rst = role.assFlowInfos[role.flowAccList[pageIdx]];
|
|
rst = role.assFlowInfos[role.flowAccList[pageIdx]];
|
|
|
|
+ if (role.areaData) rst.areaData = role.areaData;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|