mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-25 10:43:05 +08:00
[FIX] 修复判断问题
This commit is contained in:
@@ -337,7 +337,7 @@ export default {
|
||||
//在app端
|
||||
params.proposalInfoDTO.proposalNo = localStorage.orderNo
|
||||
if (localStorage.mainRiskCodes) {
|
||||
this.mainRiskCodes = localStorage.mainRiskCodes
|
||||
this.mainRiskCodes = JSON.parse(localStorage.mainRiskCodes)
|
||||
}
|
||||
getDemo(params).then(res => {
|
||||
this.formatLocal(res)
|
||||
|
||||
Reference in New Issue
Block a user