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

Loading…
Cancel
Save