From 2169cdfe164f6ceff3609a902031beb52b73985a Mon Sep 17 00:00:00 2001 From: Shigma <1700011071@pku.edu.cn> Date: Mon, 14 Feb 2022 11:48:57 +0800 Subject: [PATCH] refa: fix loading and enable keep-alive --- .../dataview/client/components/data-table.vue | 348 +++++++++--------- plugins/frontend/dataview/client/index.ts | 2 +- plugins/frontend/dataview/client/index.vue | 95 ++--- .../manager/client/settings/select.vue | 66 ++-- 4 files changed, 247 insertions(+), 264 deletions(-) diff --git a/plugins/frontend/dataview/client/components/data-table.vue b/plugins/frontend/dataview/client/components/data-table.vue index a1ca2e9ac5..3472424582 100644 --- a/plugins/frontend/dataview/client/components/data-table.vue +++ b/plugins/frontend/dataview/client/components/data-table.vue @@ -1,122 +1,123 @@ -