mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-22 03:36:44 +08:00
修复建议书选择险种时参数缺失问题,缓存存取方式调整
This commit is contained in:
@@ -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---------------//
|
||||
|
||||
Reference in New Issue
Block a user