|
|
|
|
@ -500,6 +500,7 @@ export default {
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
const res = await index(this.select,!isFirst);
|
|
|
|
|
delete this.select.id;
|
|
|
|
|
this.total = res.total;
|
|
|
|
|
this.list = res.data;
|
|
|
|
|
this.list.forEach(item => {
|
|
|
|
|
@ -584,7 +585,7 @@ export default {
|
|
|
|
|
this.window.height = screen.availHeight * 0.95;
|
|
|
|
|
this.window.top = (window.screen.height - 30 - this.window.height) / 2;
|
|
|
|
|
this.window.left = (window.screen.width - 10 - this.window.width) / 2;
|
|
|
|
|
|
|
|
|
|
this.select.id = this.$route.query.awayId;
|
|
|
|
|
this.getList(true)
|
|
|
|
|
|
|
|
|
|
window.onfocus = () => {
|
|
|
|
|
|