瀏覽代碼

工作流审批人显示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 = ""