修复搜索获取用户问题

This commit is contained in:
HelloWorld 2020-04-13 11:23:44 +08:00
parent a4c95df12b
commit 6636b698ff
1 changed files with 1 additions and 0 deletions

View File

@ -42,6 +42,7 @@ app.controller('searchCtr', ['$scope', '$state', '$stateParams', '$filter', '$wi
}); });
get('tags').then((tags) => $scope.tags = tags) get('tags').then((tags) => $scope.tags = tags)
get('user').then((user) => $scope.user = user)
$scope.jumpToUrl = async function (url, id) { $scope.jumpToUrl = async function (url, id) {
if (!$scope.edit) { if (!$scope.edit) {