We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bba7699 commit 843792bCopy full SHA for 843792b
Coding_iOS/Controllers/EditTaskViewController.m
@@ -278,6 +278,7 @@ - (void)sendCurComment:(Task *)commentObj{
278
[[Coding_NetAPIManager sharedManager] request_DoCommentToTask:commentObj andBlock:^(id data, NSError *error) {
279
if (data) {
280
[weakSelf queryToRefreshActivityList];
281
+ [weakSelf queryToRefreshResourceReference];
282
[weakSelf.myTableView reloadData];
283
}
284
}];
0 commit comments