mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-10 20:56:45 +08:00
修改设置建议书orderNo缓存方式 --李婕煜
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user