mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-08 17:36:44 +08:00
fix: 修复点击生成投保单号时证件截止日期选项自动变更的问题
This commit is contained in:
@@ -868,7 +868,7 @@
|
|||||||
insureNoCompleted(){
|
insureNoCompleted(){
|
||||||
this.insureNoshow = false
|
this.insureNoshow = false
|
||||||
this.userInfo.idNo = this.insuredDialogInfo.idNo
|
this.userInfo.idNo = this.insuredDialogInfo.idNo
|
||||||
this.getRelatedData(this.userInfo.idNo)
|
this.getRelatedData(this.userInfo.idNo, 1)
|
||||||
},
|
},
|
||||||
// 生成保单号退出按钮
|
// 生成保单号退出按钮
|
||||||
insureBack(){
|
insureBack(){
|
||||||
|
|||||||
Reference in New Issue
Block a user