修复建议书选择险种时参数缺失问题,缓存存取方式调整

This commit is contained in:
bai.jinyan
2021-06-10 15:25:34 +08:00
parent 18be67ab6a
commit b0661a135b
8 changed files with 16 additions and 16 deletions

View File

@@ -45,7 +45,7 @@ export default {
async mounted() {
if (localStorage.isFrom == 'sale') {
return new Promise((resolve, reject) => {
getOrderDetail({ orderNo: localStorage.orderNo }).then(
getOrderDetail({ orderNo: this.$CacheUtils.getLocItem('orderNo') }).then(
res => {
if (res.result == 0) {
//------------------------专为桂/惠企写死--begin---------------//