fix: 修复点击生成投保单号时证件截止日期选项自动变更的问题

This commit is contained in:
2025-09-26 10:40:16 +08:00
parent effba15c93
commit 71e572b4ea

View File

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