From 8093070b19412312f64046244ebf9ed9c5c77a7b Mon Sep 17 00:00:00 2001
From: liukangdong <898885815@qq.com>
Date: 星期二, 11 三月 2025 18:37:26 +0800
Subject: [PATCH] ll
---
admin/src/components/base/BaseTable.vue | 6 ++++--
1 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/admin/src/components/base/BaseTable.vue b/admin/src/components/base/BaseTable.vue
index 6df292f..4425ae6 100644
--- a/admin/src/components/base/BaseTable.vue
+++ b/admin/src/components/base/BaseTable.vue
@@ -39,10 +39,12 @@
pageSize: 10,
total: 0
}
- }
+ },
+ tableHeight: 400
}
},
methods: {
+
// 閰嶇疆
config (extParams) {
if (extParams == null) {
@@ -132,7 +134,7 @@
this.tableData.pagination.total = data.total
})
.catch(e => {
- this.$tip.apiFailed(e)
+ // this.$tip.apiFailed(e)
})
.finally(() => {
this.isWorking.search = false
--
Gitblit v1.9.3