From 0d14a9add6a492ce42dc833755335abee3d9aabc Mon Sep 17 00:00:00 2001
From: zhouxueli <2841188632@qq.com>
Date: Thu, 11 Sep 2025 22:35:20 +0800
Subject: [PATCH] =?UTF-8?q?=E5=AE=9E=E5=90=8D=E8=AE=A4=E8=AF=81=E9=A1=B5?=
=?UTF-8?q?=E4=BB=A3=E7=A0=81=E4=BC=98=E5=8C=96?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/views/rvDriverAuthentication/personAudit.vue | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/views/rvDriverAuthentication/personAudit.vue b/src/views/rvDriverAuthentication/personAudit.vue
index 2e15ad1b..7e72f344 100644
--- a/src/views/rvDriverAuthentication/personAudit.vue
+++ b/src/views/rvDriverAuthentication/personAudit.vue
@@ -37,7 +37,7 @@
- =
+
@@ -107,7 +107,7 @@
await this.getDetail()
}
const urlParams = new URLSearchParams(window.location.search);
- this.esignFlag = localStorage.setItem("esignFlag") || urlParams.get('esignFlag') || false;
+ this.esignFlag = localStorage.getItem("esignFlag") || urlParams.get('esignFlag') || false;
localStorage.setItem("esignFlag",this.esignFlag )
console.log("this.esignFlag ",this.esignFlag )
},