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)