Commit 7837f1ca authored by Alex朱枝文's avatar Alex朱枝文

收入记录优化刷新

parent 179f7bb6
...@@ -461,7 +461,7 @@ extension YHIncomeRecordWorkExperienceViewController: UITableViewDelegate, UITab ...@@ -461,7 +461,7 @@ extension YHIncomeRecordWorkExperienceViewController: UITableViewDelegate, UITab
} }
self.companyModel.has_all_file = flag.rawValue self.companyModel.has_all_file = flag.rawValue
self.isHasAllFileOK = flag != .unknown self.isHasAllFileOK = flag != .unknown
self.tableView.reloadRows(at: [indexPath], with: .none) self.tableView.reloadRows(at: [indexPath], with: .automatic)
} }
return cell return cell
} }
......
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