Browse Source

修复了姓名显示的bug

shibei_master
dai 4 years ago
parent
commit
ff8d6a1cfa
  1. 2
      src/views/modules/visual/warning/index.vue

2
src/views/modules/visual/warning/index.vue

@ -133,7 +133,7 @@ export default {
item.gridName,
item.neighborhoodName,
item.buildingName,
item.userList || [],
item.userList || '暂无',
]);
});
this.tableData = tableData;

Loading…
Cancel
Save