mirror of
https://github.com/jumpserver/lina.git
synced 2025-09-19 01:11:07 +00:00
Merge pull request #4101 from jumpserver/pr@dev@fix_table_reload
fixed: Fixed an issue where tables could not be refreshed after creation
This commit is contained in:
@@ -201,7 +201,7 @@ export default {
|
||||
this.$log.debug('Reload the table get latest data: pre ', preURL, ' current: ', location.href)
|
||||
setTimeout(() => {
|
||||
this.reloadTable()
|
||||
}, 300)
|
||||
}, 500)
|
||||
},
|
||||
methods: {
|
||||
handleSelectionChange(val) {
|
||||
|
@@ -122,7 +122,3 @@ export default {
|
||||
}
|
||||
}
|
||||
</script>
|
||||
|
||||
<style>
|
||||
|
||||
</style>
|
||||
|
Reference in New Issue
Block a user