查找备忘时候备忘个数不显示

This commit is contained in:
luchenqun 2018-04-05 10:02:42 +08:00
parent 9362e7570b
commit b39f8b40f3
1 changed files with 1 additions and 0 deletions

View File

@ -254,6 +254,7 @@ app.controller('noteCtr', ['$scope', '$state', '$stateParams', '$filter', '$wind
$scope.clickTag = function(id) {
$scope.currentTagId = id;
$scope.totalItems = 0;
updateSelectTag(id);
if ($scope.add || $scope.edit) {