Browse Source

👣 基于vben重构原生组件

master
wangxiang 3 years ago
parent
commit
d823901afa
  1. 1
      kicc-ui/src/views/system/config/index.vue

1
kicc-ui/src/views/system/config/index.vue

@ -308,7 +308,6 @@
if (result) { if (result) {
state.tableProps.dataSource = result.data; state.tableProps.dataSource = result.data;
setPagination({ total: result.total }); setPagination({ total: result.total });
redoHeight();
} }
} finally { } finally {
state.tableProps.loading = false; state.tableProps.loading = false;

Loading…
Cancel
Save