This commit is contained in:
wangshiming
2022-04-11 19:28:11 +08:00
parent 5294bc9228
commit 0e48a7ead2
6 changed files with 14 additions and 2 deletions

View File

@ -1114,8 +1114,10 @@ export class SupplyManagementOnecarPublishComponent implements OnInit {
this.getInsurersPrice(); // 计算保费金额
});
}
return true
} else {
this.service.msgSrv.warning('请重新手动选择地址!')
return false
}
}
});