diff --git a/src/views/ebiz/common/CalculatePremium.vue b/src/views/ebiz/common/CalculatePremium.vue index 578758999..dbd76fa89 100644 --- a/src/views/ebiz/common/CalculatePremium.vue +++ b/src/views/ebiz/common/CalculatePremium.vue @@ -1184,6 +1184,12 @@ export default { }, //试算 async getTrial() { + this.nextStepFlag = true + this.$toast.clear() + this.$toast.loading({ + message: '正在试算...', + forbidClick: true, + }); this.setRemitRisk() let params = this.getParams() let resultData = await trial(params)