修复搜索获取用户问题
This commit is contained in:
parent
a4c95df12b
commit
6636b698ff
|
|
@ -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) {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue