From b287b31bdde6b0db8d133ec278a226987faaa9ad Mon Sep 17 00:00:00 2001 From: feng <1304903146@qq.com> Date: Tue, 24 Sep 2024 15:43:10 +0800 Subject: [PATCH] fix: fix after successfully creating an asset, the asset list cannot be partially refreshed --- src/views/assets/Asset/AssetList/AllList.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/views/assets/Asset/AssetList/AllList.vue b/src/views/assets/Asset/AssetList/AllList.vue index e4925c7ec..94cff56d9 100644 --- a/src/views/assets/Asset/AssetList/AllList.vue +++ b/src/views/assets/Asset/AssetList/AllList.vue @@ -48,7 +48,8 @@ export default { }, tableConfig: { url: tableUrl, - category: 'all' + category: 'all', + extraQuery: { 'order': '-date_updated' } }, headerActions: { handleImportClick: ({ selectedRows }) => {