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