From 1e606f10a463e7db79b08e81408e06bd392b9061 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B5=B5=E5=AE=8F=E6=96=8C?= <2164406372@qq.com> Date: Wed, 15 Oct 2025 09:06:28 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=20activated=20=E9=92=A9?= =?UTF-8?q?=E5=AD=90=E5=87=BD=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/modules/eamReport/eamCheckRecord2.vue | 8 ++++++++ 1 file changed, 8 insertions(+) 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 () {