Browse Source

修复了姓名显示的bug

shibei_prod
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.neighborhoodName,
item.buildingName,
item.userList,
item.userList || [],
]);
});
this.tableData = tableData;

Loading…
Cancel
Save