spring
2025-04-10 dab59f7624a2fb8d4114bb67b554ff09d91f810c
src/views/performance/class/index.vue
@@ -22,8 +22,8 @@
        </div>
      </div>
      <div class="search_thing" style="padding-left: 30px">
        <el-button size="small" @click="refresh()">重 置</el-button>
        <el-button size="small" type="primary" @click="refreshTable()">查 询</el-button>
        <el-button size="mini" type="primary" @click="refreshTable()"> 询</el-button>
        <el-button size="mini" @click="refresh()">重置</el-button>
      </div>
      <div class="search_thing btns" style="padding-left: 30px">
        <el-button size="small" type="primary" v-if="checkPermi(['performance:class:time'])"
@@ -444,7 +444,6 @@
      this.monthList.push(i);
    }
    this.monthList.reverse();
    // this.getPower();
  },
  methods: {
    refresh() {