liukangdong
2024-10-18 a2746876e81443d52bc4cb6f35bf8554741a6b4c
admin/src/views/meeting/userStatistics.vue
@@ -48,7 +48,6 @@
        v-loading="isWorking.search"
        :data="tableData.list"
        stripe
        border
        @selection-change="handleSelectionChange"
      >
        <!-- <el-table-column prop="roomName" label="会议室" align="center" min-width="100px"></el-table-column> -->
@@ -192,7 +191,7 @@
              this.download(response)
            })
            .catch(e => {
              this.$tip.apiFailed(e)
              // this.$tip.apiFailed(e)
            })
            .finally(() => {
              this.isWorking.export = false
@@ -215,7 +214,7 @@
          this.tableData.pagination.total = data.total
        })
        .catch(e => {
          this.$tip.apiFailed(e)
          // this.$tip.apiFailed(e)
        })
        .finally(() => {
          this.isWorking.search = false