修复日志页面查询bug

pull/1/head
Doflatango 2017-03-10 16:48:56 +08:00 committed by miraclesu
parent e254eb5a2c
commit aec8b17621
3 changed files with 3 additions and 3 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -155,7 +155,7 @@ export default {
submit: function(){
var query = this.buildQuery()
var url = '/log?'+query;
if (this.$router.fullPath == url) {
if (this.$route.fullPath == url) {
this.fetchList(query);
return;
}