|
@@ -98,7 +98,6 @@ function Detail(props) {
|
|
|
item.currentNode = item.list.FlowNodes[item.current];
|
|
|
data = item;
|
|
|
}
|
|
|
-
|
|
|
return data;
|
|
|
}, [auditList, version]);
|
|
|
const active_audit = flow.active_audit;
|
|
@@ -1037,6 +1036,7 @@ export default connect(({ detail, user, xflow, loading }) => ({
|
|
|
fileList: detail.fileList,
|
|
|
history: detail.history,
|
|
|
comment: detail.comment,
|
|
|
+ dingInstanceDetail: detail.dingInstanceDetail,
|
|
|
currentUser: user.currentUser,
|
|
|
roleList: detail.roleList,
|
|
|
versionList: detail.versionList,
|