Skip to content

Commit 843792b

Browse files
committed
任务关联资源还包含评论里面的资源。。所以评论成功后需要刷新下关联资源数据
1 parent bba7699 commit 843792b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Coding_iOS/Controllers/EditTaskViewController.m

+1
Original file line numberDiff line numberDiff line change
@@ -278,6 +278,7 @@ - (void)sendCurComment:(Task *)commentObj{
278278
[[Coding_NetAPIManager sharedManager] request_DoCommentToTask:commentObj andBlock:^(id data, NSError *error) {
279279
if (data) {
280280
[weakSelf queryToRefreshActivityList];
281+
[weakSelf queryToRefreshResourceReference];
281282
[weakSelf.myTableView reloadData];
282283
}
283284
}];

0 commit comments

Comments
 (0)