【fix】 在调用保费试算页面,在 试算 接口时,禁用确定按钮

This commit is contained in:
tian.guangyuan
2020-06-02 16:54:03 +08:00
parent 4d737941e6
commit 7523e8f14c

View File

@@ -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)