feat: add key for better perf
This commit is contained in:
parent
8c89d32e77
commit
7184c68c83
1 changed files with 1 additions and 0 deletions
|
|
@ -337,6 +337,7 @@ watch(() => state.search, getWorkerList);
|
|||
<NoData :not-found="!!state.search" />
|
||||
</div>
|
||||
<div
|
||||
:key="emp.id"
|
||||
v-for="(emp, index) in workerList.map((data) => ({
|
||||
...data,
|
||||
_selectedIndex: selectedIndex(data),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue