Browse Source

增加 activated 钩子函数

java8
赵宏斌 3 months ago
parent
commit
1e606f10a4
  1. 8
      src/views/modules/eamReport/eamCheckRecord2.vue

8
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 () {

Loading…
Cancel
Save