fix: 修改传参字段

This commit is contained in:
wanglei
2024-06-29 14:42:15 +08:00
parent 29e4d1ec4b
commit d3d8e4f397

View File

@@ -189,7 +189,7 @@ export default {
this.dictList = data?.map(item=>{
return {
dictName:item.listType,
dictValue:item.id
dictValue:item.listType
}
})
}