fix
This commit is contained in:
@@ -252,8 +252,8 @@ export default defineComponent({
|
||||
if(!item.categoryValue){
|
||||
this.designTypeList.forEach((typeItem)=>{
|
||||
if(item.level2Type == typeItem.value){
|
||||
item.categoryValue = typeItem.name
|
||||
item.category = typeItem.value
|
||||
item.categoryValue = typeItem.value
|
||||
item.category = typeItem.name
|
||||
}
|
||||
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user