mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-12 02:06:43 +08:00
【fix】 在调用保费试算页面,在 试算 接口时,禁用确定按钮
This commit is contained in:
@@ -1184,6 +1184,12 @@ export default {
|
|||||||
},
|
},
|
||||||
//试算
|
//试算
|
||||||
async getTrial() {
|
async getTrial() {
|
||||||
|
this.nextStepFlag = true
|
||||||
|
this.$toast.clear()
|
||||||
|
this.$toast.loading({
|
||||||
|
message: '正在试算...',
|
||||||
|
forbidClick: true,
|
||||||
|
});
|
||||||
this.setRemitRisk()
|
this.setRemitRisk()
|
||||||
let params = this.getParams()
|
let params = this.getParams()
|
||||||
let resultData = await trial(params)
|
let resultData = await trial(params)
|
||||||
|
|||||||
Reference in New Issue
Block a user