Skip to content

Commit 7ac79dd

Browse files
committed
add FlowOpinion nodeName & nodeCode
1 parent 2374284 commit 7ac79dd

File tree

1 file changed

+3
-0
lines changed
  • admin-ui/src/components/Flow/flow

1 file changed

+3
-0
lines changed

admin-ui/src/components/Flow/flow/data.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -230,6 +230,9 @@ export class FlowData extends FlowWorkData {
230230

231231
// 获取历史审批意见
232232
getOpinions() {
233+
if(this.data.opinions){
234+
return this.data.opinions.filter((item:any)=>item.opinion.result!==0);
235+
}
233236
return this.data.opinions;
234237
}
235238

0 commit comments

Comments
 (0)