yubo
2026-03-11 958ac28a95aec459683f5a6e2f4627660604c03b
src/views/dashboard/insuranceUser.vue
@@ -84,7 +84,8 @@
        btime: null,
        etime: null,
        index: null,
        number: null
        number: null,
        timeRange: null
      }, // 查询参数
      sort: {}, // 排序
      pagination: { // 分页参数
@@ -154,6 +155,7 @@
      this.queryParams.btime = btime
      this.queryParams.etime = etime
      this.queryParams.index = index
      this.queryParams.timeRange = index
      this.queryParams.number = number
      this.queryParams.name = null
      this.selectIndex = index !== null ? index : 0 // 保存传入的 index
@@ -188,6 +190,7 @@
      const params = {
        ...this.queryParams,
        index: this.selectIndex, // 使用当前查询的 index
        timeRange: this.selectIndex, // 使用当前查询的 index
        delFlag: 0,
        empStatus: 0,
        exportField: this.exportConfig.selectedFields.join(',')