修改设置建议书orderNo缓存方式 --李婕煜

This commit is contained in:
li.jieyu@ebiz-digits.com
2021-05-13 10:11:41 +08:00
parent f3584268ab
commit a5d2384fb2

View File

@@ -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
}