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