lkk
2024-12-16 c7b33db117fd2893d7d1c93bf5d46e87d33e44d0
src/views/team/reporting/index.vue
@@ -74,6 +74,7 @@
              icon="el-icon-search"
              size="mini"
              @click="handleQuery"
              style="margin: 0 15px;"
              >查询</el-button
            >
            <el-button icon="el-icon-refresh" size="mini" @click="resetQuery"
@@ -380,7 +381,7 @@
    /** 搜索按钮操作 */
    handleQuery() {
      this.queryParams.page = 1;
      this.getList();
      // this.getList();
    },
    /** 重置按钮操作 */
    resetQuery() {