mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-11 10:56:44 +08:00
修改设置建议书orderNo缓存方式 --李婕煜
This commit is contained in:
@@ -249,7 +249,8 @@ export default {
|
|||||||
}
|
}
|
||||||
saveProposal(params).then(res => {
|
saveProposal(params).then(res => {
|
||||||
if (res.result == '0') {
|
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) {
|
if (this.appntDTO.socialSecurity) {
|
||||||
localStorage.orderNoSocialSecurity = this.appntDTO.socialSecurity
|
localStorage.orderNoSocialSecurity = this.appntDTO.socialSecurity
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user