This commit is contained in:
jiawei
2023-02-22 11:17:33 +08:00
parent ca3f38a34a
commit 961e607f97
4 changed files with 4 additions and 0 deletions

View File

@@ -273,6 +273,7 @@ export default {
resultData = await orderDetail({ orderNo: this.$CacheUtils.getLocItem('orderNo'), isMerge: '1' })
}
if (resultData.result == 0) {
this.$store.commit('updateAnswerType', false )
//判断是否显示风险测评tab
let updateAnswerType = resultData.orderDTO.riskEvaluationDTO.isShowEvaluationPoint =='1'?true:false
this.$store.commit('updateAnswerType', updateAnswerType )

View File

@@ -650,6 +650,7 @@ export default {
}
},
async created() {
this.$store.commit('updateAnswerType', false )
let res = await getOrderDetail({ orderNo: localStorage.orderNo })
this.$toast.loading({
duration: 0, // 持续展示 toast

View File

@@ -75,6 +75,7 @@ export default {
}
},
async created() {
this.$store.commit('updateAnswerType', false )
let res = await getOrderDetail({ orderNo: localStorage.orderNo })
// 是否从添加指定受益人页面跳转
if (localStorage.fromAddBeneficiaryInfo) {

View File

@@ -191,6 +191,7 @@ export default {
}
},
created() {
this.$store.commit('updateAnswerType', false )
getOrderDetail({ orderNo: localStorage.orderNo }).then(res => {
// getOrderDetail({ orderNo: `8186270000000036` }).then(res => {
if (res.result == 0) {