mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-10 19:36:43 +08:00
提交
This commit is contained in:
@@ -120,7 +120,7 @@
|
|||||||
item.isAll = !item.isAll;
|
item.isAll = !item.isAll;
|
||||||
},
|
},
|
||||||
orgDomainTranslate(code){ // 组织领域翻译
|
orgDomainTranslate(code){ // 组织领域翻译
|
||||||
if(code==''){return '';}
|
if(code==''|| code==undefined){return '';}
|
||||||
return this.orgDomainMap.get(code);
|
return this.orgDomainMap.get(code);
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user