fix: fix after successfully creating an asset, the asset list cannot be partially refreshed

This commit is contained in:
feng 2024-09-24 15:43:10 +08:00 committed by feng626
parent 3cb9dec978
commit e8e5975d7f

View File

@ -48,7 +48,8 @@ export default {
}, },
tableConfig: { tableConfig: {
url: tableUrl, url: tableUrl,
category: 'all' category: 'all',
extraQuery: { 'order': '-date_updated' }
}, },
headerActions: { headerActions: {
handleImportClick: ({ selectedRows }) => { handleImportClick: ({ selectedRows }) => {