dev_202304
yujialong 2 years ago
parent b6c3591b67
commit 24ddbdf2ca
  1. 6
      src/views/match/list/index.vue

@ -253,7 +253,7 @@ export default {
},
methods: {
getList() {
const load = Loading.service()
// const load = Loading.service()
const { form } = this
this.$post(this.api.CompetitionPageConditionQueryByNakadai, {
pageNum: this.page,
@ -264,7 +264,7 @@ export default {
platformSource: form.platformSource === '' ? null : form.platformSource,
startTime: form.startTime || null,
}).then(({ data }) => {
load.close()
// load.close()
const list = data.records
//
this.timer = setInterval(() => {
@ -297,7 +297,7 @@ export default {
this.getData()
}
}).catch(res => {
load.close()
// load.close()
})
},
getData() {

Loading…
Cancel
Save