增加一个搜索历史表
This commit is contained in:
parent
f0aa9a0723
commit
787b551696
|
|
@ -161,7 +161,7 @@ app.controller('menuCtr', ['$scope', '$stateParams', '$state', '$window', '$time
|
||||||
.popup({
|
.popup({
|
||||||
on: 'focus'
|
on: 'focus'
|
||||||
});
|
});
|
||||||
}, 100)
|
}, 1000)
|
||||||
})
|
})
|
||||||
.catch((err) => {
|
.catch((err) => {
|
||||||
toastr.error('获取信息失败。错误信息:' + JSON.stringify(err), "错误");
|
toastr.error('获取信息失败。错误信息:' + JSON.stringify(err), "错误");
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue