소스 검색

工作流审批人显示bug修改

huahaiyan 6 년 전
부모
커밋
0907562e15
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      src/dashoo.cn/frontend_web/src/components/workflow/wfmultihistory.vue

+ 2 - 2
src/dashoo.cn/frontend_web/src/components/workflow/wfmultihistory.vue

@@ -121,9 +121,8 @@
             }
             if (useridstr) {
               useridstr = useridstr.substring(0, useridstr.length - 1)
+              this.getuserlist(useridstr)
             }
-
-            this.getuserlist(useridstr)
           })
           .catch(err => {
             // handle error
@@ -136,6 +135,7 @@
             return this.userlist[i].Realname
           }
         }
+        
       },
       assigneeToUsers(users) {
         let userNames = ""