From d823901afab59b08a5bfbc89321666a9ca4580d9 Mon Sep 17 00:00:00 2001 From: wangxiang <1827945911@qq.com> Date: Sat, 7 May 2022 02:00:09 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=A3=20=E5=9F=BA=E4=BA=8Evben=E9=87=8D?= =?UTF-8?q?=E6=9E=84=E5=8E=9F=E7=94=9F=E7=BB=84=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- kicc-ui/src/views/system/config/index.vue | 1 - 1 file changed, 1 deletion(-) diff --git a/kicc-ui/src/views/system/config/index.vue b/kicc-ui/src/views/system/config/index.vue index 853b0428..6bdf9c6c 100644 --- a/kicc-ui/src/views/system/config/index.vue +++ b/kicc-ui/src/views/system/config/index.vue @@ -308,7 +308,6 @@ if (result) { state.tableProps.dataSource = result.data; setPagination({ total: result.total }); - redoHeight(); } } finally { state.tableProps.loading = false;