mirror of
https://github.com/jumpserver/lina.git
synced 2025-08-21 16:24:13 +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: {
|
tableConfig: {
|
||||||
url: tableUrl,
|
url: tableUrl,
|
||||||
category: 'all'
|
category: 'all',
|
||||||
|
extraQuery: { 'order': '-date_updated' }
|
||||||
},
|
},
|
||||||
headerActions: {
|
headerActions: {
|
||||||
handleImportClick: ({ selectedRows }) => {
|
handleImportClick: ({ selectedRows }) => {
|
||||||
|
Loading…
Reference in New Issue
Block a user