Browse Source

Merge branch 'bug-fix-4598' into custom

cxmo 1 year ago
parent
commit
55f7e52651
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/views/approve_manage/components/flowEdiotr.vue

+ 1 - 0
src/views/approve_manage/components/flowEdiotr.vue

@@ -46,6 +46,7 @@ export default {
             const approveData = this.flowNodes.map(n=>{
                 const approvers = n.Users.map(i=>{
                     return {
+                        NodeIdKey:i.UserId+'',
                         NodeId:i.UserId,
                         NodeName:i.UserName
                     }