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 @@ -220,4 +221,4 @@ } } } </script> </script>