diff --git a/src/views/rvDriverAuthentication/auditList.vue b/src/views/rvDriverAuthentication/auditList.vue index fd21dbca..85f0d729 100644 --- a/src/views/rvDriverAuthentication/auditList.vue +++ b/src/views/rvDriverAuthentication/auditList.vue @@ -105,7 +105,9 @@ return this.currentStep > status }, showDetail(path) { - this.goPage(path) + this.goPage(path,{ + token:localStorage.getItem('token') + }) }, getVerifyStatus() { if( this.type == 'simple' ) {