mirror of https://github.com/shunfei/cronsun
修复日志页面查询bug
parent
e254eb5a2c
commit
aec8b17621
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue