[Update] 去掉i18n的过度包装

This commit is contained in:
ibuler
2020-05-11 15:58:13 +08:00
parent ea2929b965
commit 6de50f1e00
58 changed files with 143 additions and 162 deletions

View File

@@ -53,7 +53,7 @@ export default {
}
if (res.length === 0) {
res.push({
name: this.$tco('empty')
name: this.$t('common.empty')
})
}
this.zTree = $.fn.zTree.init($('#ztree'), this.treeSetting, res)