mirror of
https://github.com/jumpserver/lina.git
synced 2025-08-31 22:48:27 +00:00
fix: fix after successfully creating an asset, the asset list cannot be partially refreshed
This commit is contained in:
@@ -48,7 +48,8 @@ export default {
|
||||
},
|
||||
tableConfig: {
|
||||
url: tableUrl,
|
||||
category: 'all'
|
||||
category: 'all',
|
||||
extraQuery: { 'order': '-date_updated' }
|
||||
},
|
||||
headerActions: {
|
||||
handleImportClick: ({ selectedRows }) => {
|
||||
|
Reference in New Issue
Block a user