mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-11 10:56:44 +08:00
【关于个险渠道协同产品专区系统开发需求的申请】是否为协同单位为是并且协同单位可查,才可选主险为嘉和保,桂企保,瑞利年金
This commit is contained in:
@@ -780,9 +780,10 @@ export default {
|
||||
// 选择年龄
|
||||
checkAgeForRate(index) {
|
||||
let risk = this.pageShowInfo.showInsuredDTO
|
||||
if (risk.sliderValue == risk.policyYear) {
|
||||
return
|
||||
}
|
||||
// 建议书选择106,这两个值相等时,就不能再选择其他年龄了,先去掉
|
||||
// if (risk.sliderValue == risk.policyYear) {
|
||||
// return
|
||||
// }
|
||||
risk.sliderValue = index
|
||||
this.$forceUpdate()
|
||||
this.slideChange(risk)
|
||||
|
||||
Reference in New Issue
Block a user