Commit c5a1e535 authored by Sandy's avatar Sandy

新增许可证 风险等级自动关联时间

parent 3a950dbc
......@@ -178,6 +178,12 @@ typedef NS_ENUM(NSUInteger, bottomTag) {
if (!self.d_licence) {
self.d_licence.riskGrade = item.value;
}
if ([item.value isEqualToString:@"高"]) {
self.valideTimeItem.value = @"8";
}else{
self.valideTimeItem.value = @"72";
}
[self.valideTimeItem reloadRowWithAnimation:UITableViewRowAnimationNone];
[item reloadRowWithAnimation:UITableViewRowAnimationNone]; // same as [weakSelf.tableView reloadRowsAtIndexPaths:@[item.indexPath] withRowAnimation:UITableViewRowAnimationNone];
}];
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment