From f2dcf52e97f3acd00211ad065550d041c48ab3c5 Mon Sep 17 00:00:00 2001 From: licp <lichunping@guanfang.com.cn> Date: 星期五, 31 五月 2024 11:09:23 +0800 Subject: [PATCH] 修改班次bug --- src/components/view/b3-classes.vue | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/src/components/view/b3-classes.vue b/src/components/view/b3-classes.vue index 0171ca0..8514f63 100644 --- a/src/components/view/b3-classes.vue +++ b/src/components/view/b3-classes.vue @@ -331,6 +331,7 @@ this.list = []; this.yearList = [] this.keyMap = {}; + this.finishLoding = false; this.currentPage = 1 this.query = { userName:'', @@ -347,6 +348,7 @@ refreshTable(){ this.keyMap = {}; this.currentPage = 1 + this.finishLoding = false; if(this.query.month){ this.list = []; this.init() -- Gitblit v1.9.3