分类当添加新标签保留原来页面更新数据

This commit is contained in:
luchenqun 2017-02-28 22:08:34 +08:00
parent ac92a6cbd6
commit a972a770de
1 changed files with 1 additions and 1 deletions

View File

@ -305,7 +305,7 @@ app.controller('tagsCtr', ['$scope', '$filter', '$window', '$stateParams', '$tim
}
if ($scope.currentTagId) {
$scope.getBookmarks($scope.currentTagId, 1);
$scope.getBookmarks($scope.currentTagId, $scope.currentPage);
} else {
toastr.info('您还没有书签分类,请点击菜单栏的添加按钮进行添加', "提示");
}