mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-10 02:16:44 +08:00
【fix】 在调用保费试算页面,在 试算 接口时,禁用确定按钮
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user