|
@@ -136,7 +136,7 @@ export default {
|
|
|
const targetCorp = corpList.value.find((item) => {
|
|
|
return item.id.toString() === activeCorpId.value.toString()
|
|
|
})
|
|
|
- return targetCorp?.companyName || targetCorp?.name || ''
|
|
|
+ return targetCorp?.name || targetCorp?.companyName || ''
|
|
|
}
|
|
|
})
|
|
|
const articleDesc = computed(() => {
|