|
|
|
@ -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() { |
|
|
|
|