修改测试问题

This commit is contained in:
GGJ
2024-10-15 15:31:36 +08:00
parent a05cc2deab
commit 223e698c9b
9 changed files with 1720 additions and 1812 deletions

View File

@@ -852,7 +852,7 @@ queryByCode('Device_Type').then(res => {
})
})
const echoName = (value: any, arr: any[]) => {
return value ? arr.find(item => item.value == value).label : '/'
return value ? arr.find(item => item.value == value)?.label : '/'
}
onMounted(() => {})