Component({ properties: { list: { type: Array }, sys_enterpriseid: { type: String } }, lifetimes: { attached: function () { getApp().globalData.Language.getLanguagePackage(this) } } })