Browse Source

点击确认回复或取消回复时,更新单据上方红点数量

git-svn-id: svn+ssh://10.10.101.21/source/platform/platform-b2b@10069 f3bf4e98-0cf0-11e4-a00c-a99a8b9d557d
wangmh 8 years ago
parent
commit
7c45b4160a
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/main/webapp/resources/js/index/app.js

+ 1 - 0
src/main/webapp/resources/js/index/app.js

@@ -2648,6 +2648,7 @@ define([ 'toaster', 'charts', 'ngTable', 'common/services', 'common/directives',
 					$scope.loading = false;
 					toaster.pop('info', '提示', (inverse == -1 ? '撤销成功':'回复成功'));
 					$scope.tableParams.reload();
+                    getUnreadCount();
 				}, function(response){
 					$scope.loading = false;
 					toaster.pop('error', '回复失败', response.data);