Browse Source

显示字段调整

lucw 7 tháng trước cách đây
mục cha
commit
5566d51c8d

+ 1 - 1
src/views/bpm/handleTask/components/mesBatchRecordManage/detailDialog.vue

@@ -527,7 +527,7 @@
 
         return userList
           .map((i) => {
-            return i.groupName + '-' + i.userName;
+            return (i.groupName || i.teamName) + '-' + i.userName;
           })
           .join(',');
       },