From 4e6cbf18ae156970aacd163cc76f80b79c3a1581 Mon Sep 17 00:00:00 2001 From: hongchao <3228015117@qq.com> Date: Fri, 6 Feb 2026 16:08:31 +0800 Subject: [PATCH] =?UTF-8?q?=E9=85=8D=E4=BB=B6=E9=A2=86=E7=94=A8=E8=BF=94?= =?UTF-8?q?=E5=9B=9E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/material/part/partLease/index.vue | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/views/material/part/partLease/index.vue b/src/views/material/part/partLease/index.vue index 2bc0e475..0fa612b2 100644 --- a/src/views/material/part/partLease/index.vue +++ b/src/views/material/part/partLease/index.vue @@ -76,6 +76,9 @@ export default { /* 返回按钮 */ goBack() { this.isShowComponent = "Home"; + this.$nextTick(() => { + this.$refs.componentRef.getList() + }) }, isReset() { this.isShowComponent = "Home"