Commit 9a6c9a51 authored by youjie's avatar youjie

no message

parent 7847c74b
......@@ -337,8 +337,8 @@
:class="{
'category-l3-select': selectCategory === item2.Id,
}"
:key="item2.Id"
v-for="item2 in item.SubList"
:key="index"
v-for="(item2,index) in item.SubList"
>
<div>{{ item2.CategoryName }}</div>
</div>
......@@ -385,8 +385,8 @@
:class="{
'category-l3-select': selectCategory === item2.Id,
}"
:key="item2.Id"
v-for="item2 in item.SubList"
:key="index"
v-for="(item2,index) in item.SubList"
>
<div>{{ item2.CategoryName }}</div>
</div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment