From a5d2384fb2c84f54dfe13254107a25dfad9b88df Mon Sep 17 00:00:00 2001
From: "li.jieyu@ebiz-digits.com"
Date: Thu, 13 May 2021 10:11:41 +0800
Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E8=AE=BE=E7=BD=AE=E5=BB=BA?=
=?UTF-8?q?=E8=AE=AE=E4=B9=A6orderNo=E7=BC=93=E5=AD=98=E6=96=B9=E5=BC=8F?=
=?UTF-8?q?=20=20--=E6=9D=8E=E5=A9=95=E7=85=9C?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/views/ebiz/proposal/Appnt.vue | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/src/views/ebiz/proposal/Appnt.vue b/src/views/ebiz/proposal/Appnt.vue
index dea89e2c4..50bf1fe5b 100644
--- a/src/views/ebiz/proposal/Appnt.vue
+++ b/src/views/ebiz/proposal/Appnt.vue
@@ -249,7 +249,8 @@ export default {
}
saveProposal(params).then(res => {
if (res.result == '0') {
- localStorage.orderNo = res.content.orderNo
+ //localStorage.orderNo = res.content.orderNo
+ this.$CacheUtils.setLocItem('orderNo', res.content.orderNo)
if (this.appntDTO.socialSecurity) {
localStorage.orderNoSocialSecurity = this.appntDTO.socialSecurity
}