Browse Source

修复了姓名显示的bug

shibei_master
dai 4 years ago
parent
commit
0970210d7a
  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.gridName,
item.neighborhoodName, item.neighborhoodName,
item.buildingName, item.buildingName,
item.userList, item.userList || [],
]); ]);
}); });
this.tableData = tableData; this.tableData = tableData;

Loading…
Cancel
Save