doum
2025-09-09 9e705c30a3370174a28e8d8d01a50bc7c2bf05ba
admin/src/components/base/BaseTable.vue
@@ -39,7 +39,8 @@
          pageSize: 10,
          total: 0
        }
      }
      },
      tableHeight: 400
    }
  },
  methods: {
@@ -132,7 +133,7 @@
          this.tableData.pagination.total = data.total
        })
        .catch(e => {
          this.$tip.apiFailed(e)
          // this.$tip.apiFailed(e)
        })
        .finally(() => {
          this.isWorking.search = false