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