mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-11 20:16:44 +08:00
save
This commit is contained in:
@@ -273,6 +273,7 @@ export default {
|
|||||||
resultData = await orderDetail({ orderNo: this.$CacheUtils.getLocItem('orderNo'), isMerge: '1' })
|
resultData = await orderDetail({ orderNo: this.$CacheUtils.getLocItem('orderNo'), isMerge: '1' })
|
||||||
}
|
}
|
||||||
if (resultData.result == 0) {
|
if (resultData.result == 0) {
|
||||||
|
this.$store.commit('updateAnswerType', false )
|
||||||
//判断是否显示风险测评tab
|
//判断是否显示风险测评tab
|
||||||
let updateAnswerType = resultData.orderDTO.riskEvaluationDTO.isShowEvaluationPoint =='1'?true:false
|
let updateAnswerType = resultData.orderDTO.riskEvaluationDTO.isShowEvaluationPoint =='1'?true:false
|
||||||
this.$store.commit('updateAnswerType', updateAnswerType )
|
this.$store.commit('updateAnswerType', updateAnswerType )
|
||||||
|
|||||||
@@ -650,6 +650,7 @@ export default {
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
async created() {
|
async created() {
|
||||||
|
this.$store.commit('updateAnswerType', false )
|
||||||
let res = await getOrderDetail({ orderNo: localStorage.orderNo })
|
let res = await getOrderDetail({ orderNo: localStorage.orderNo })
|
||||||
this.$toast.loading({
|
this.$toast.loading({
|
||||||
duration: 0, // 持续展示 toast
|
duration: 0, // 持续展示 toast
|
||||||
|
|||||||
@@ -75,6 +75,7 @@ export default {
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
async created() {
|
async created() {
|
||||||
|
this.$store.commit('updateAnswerType', false )
|
||||||
let res = await getOrderDetail({ orderNo: localStorage.orderNo })
|
let res = await getOrderDetail({ orderNo: localStorage.orderNo })
|
||||||
// 是否从添加指定受益人页面跳转
|
// 是否从添加指定受益人页面跳转
|
||||||
if (localStorage.fromAddBeneficiaryInfo) {
|
if (localStorage.fromAddBeneficiaryInfo) {
|
||||||
|
|||||||
@@ -191,6 +191,7 @@ export default {
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
created() {
|
created() {
|
||||||
|
this.$store.commit('updateAnswerType', false )
|
||||||
getOrderDetail({ orderNo: localStorage.orderNo }).then(res => {
|
getOrderDetail({ orderNo: localStorage.orderNo }).then(res => {
|
||||||
// getOrderDetail({ orderNo: `8186270000000036` }).then(res => {
|
// getOrderDetail({ orderNo: `8186270000000036` }).then(res => {
|
||||||
if (res.result == 0) {
|
if (res.result == 0) {
|
||||||
|
|||||||
Reference in New Issue
Block a user