mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-23 04:06:45 +08:00
修复建议书选择险种时参数缺失问题,缓存存取方式调整
This commit is contained in:
@@ -685,7 +685,7 @@ export default {
|
||||
},
|
||||
//特殊处理 GFRS_M0016 GFRS_A0004 GFRS_A0005 赔付比例处理
|
||||
async dogetLimitAndGetRate() {
|
||||
const orderNo = localStorage.getItem('orderNo')
|
||||
const orderNo = this.$CacheUtils.getLocItem('orderNo')
|
||||
let detailPromise = this.isFrom === 'proposal' ? localStorage.proposalMedical : await getOrderDetail({ orderNo })
|
||||
this.chooseProducts.map(item => {
|
||||
if (
|
||||
|
||||
Reference in New Issue
Block a user