11
lkk
2025-03-31 bad2bc143be3f8ddb93a1c9f984127b3ccf43e8f
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() {