mirror of
https://github.com/eyebluecn/tank-front
synced 2024-04-21 12:31:55 +00:00
fix a mobile display bug,that will cause component do not redraw
This commit is contained in:
@@ -89,7 +89,8 @@
|
||||
:director="director"/>
|
||||
</div>
|
||||
<div v-for="matter in pager.data">
|
||||
<MatterPanel @goToDirectory="goToDirectory"
|
||||
<MatterPanel :key="matter.uuid"
|
||||
@goToDirectory="goToDirectory"
|
||||
@deleteSuccess="refresh()"
|
||||
:matter="matter"
|
||||
:director="director"
|
||||
|
||||
Reference in New Issue
Block a user