update
This commit is contained in:
parent
feb977e3e4
commit
651dd046a0
@ -86,13 +86,14 @@
|
||||
eventTable: '',
|
||||
}
|
||||
},
|
||||
|
||||
methods: {
|
||||
seach: function () {
|
||||
this.loading = true;
|
||||
var game = this.game;
|
||||
var st = Date.parse(this.date[0]) / 1000;
|
||||
var et = Date.parse(this.date[1]) / 1000;
|
||||
axios.get('http://10.0.0.107:5000/' + game, {params: {'st': st, 'et': et}})
|
||||
axios.get('http://10.0.0.7:5777/' + game, {params: {'st': st, 'et': et}})
|
||||
.then(response => {
|
||||
this.userTable = '<h1>user</h1>' + response.data['user'];
|
||||
this.paylistTable = '<h1>paylist</h1>' + response.data['paylist'];
|
||||
|
Loading…
Reference in New Issue
Block a user