From 38e29debb393f56ea0214f692c39e9333f53a482 Mon Sep 17 00:00:00 2001 From: hongchao <3228015117@qq.com> Date: Fri, 16 May 2025 11:56:35 +0800 Subject: [PATCH] =?UTF-8?q?iws=E6=8E=A5=E5=85=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/business-examine/receive-apply/index.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/business-examine/receive-apply/index.vue b/src/views/business-examine/receive-apply/index.vue index 6eaaf3c9..868fcb9a 100644 --- a/src/views/business-examine/receive-apply/index.vue +++ b/src/views/business-examine/receive-apply/index.vue @@ -170,8 +170,8 @@ export default { loading.close() setTimeout(() => { - this.userId = sessionStorage.getItem('userId') - this.getList() + this.$router.push({ path: '/business-examine/receive-apply' }) + // this.getList() }, 300) } catch (error) { console.log('🚀 ~ created ~ error:', error)