From 24ddbdf2caee5f605ccba93dde1d5b60a08580de Mon Sep 17 00:00:00 2001 From: yujialong <479214531@qq.com> Date: Tue, 11 Apr 2023 10:17:28 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B5=9B=E4=BA=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/match/list/index.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/views/match/list/index.vue b/src/views/match/list/index.vue index eb12580..fdfa5eb 100644 --- a/src/views/match/list/index.vue +++ b/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() {