From ff2f7d7bad0132c130c305364a863ff446e926b2 Mon Sep 17 00:00:00 2001 From: 小小儁爺 <1694218219@qq.com> Date: 星期一, 30 十二月 2024 13:47:24 +0800 Subject: [PATCH] 1.在缓存模式下 页面切换会请求接口 --- src/views/produce/stepReport.vue | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/src/views/produce/stepReport.vue b/src/views/produce/stepReport.vue index e9ae386..48b6a11 100644 --- a/src/views/produce/stepReport.vue +++ b/src/views/produce/stepReport.vue @@ -1115,6 +1115,8 @@ activated() { window.addEventListener('resize', this.getHeight) this.getHeight() + this.tabClick() + this.getAllSelectArr() }, created() { -- Gitblit v1.9.3