|
@@ -475,7 +475,7 @@ export default {
|
|
|
if(res.Ret!==200) return
|
|
|
if(res.Data){
|
|
|
this.fromArr = res.Data.map(i=>{
|
|
|
- return i.SourceName
|
|
|
+ return this.$i18nt.locale==='zh'?i.SourceName:i.SourceNameEn||i.SourceName
|
|
|
})
|
|
|
this.fromCode = new Map(res.Data.map(i=>{
|
|
|
return [i.SourceName,i.EdbSourceId]
|