diff --git a/src/views/modules/eamReport/eamCheckRecord2.vue b/src/views/modules/eamReport/eamCheckRecord2.vue index 07edb26..3fd2c3b 100644 --- a/src/views/modules/eamReport/eamCheckRecord2.vue +++ b/src/views/modules/eamReport/eamCheckRecord2.vue @@ -699,6 +699,14 @@ export default { this.getTableUserColumn(this.$route.meta.menuId+'table1',1) }, + activated () { + if (this.$route.params.type === 'tokenLogin') { + this.searchData.site = this.$route.params.site + this.searchData.buNo = this.$route.params.buNo + } + this.getDataList() + }, + methods: { // 获取用户的bu getSiteAndBuByUserName () {