mirror of
https://github.com/jumpserver/lina.git
synced 2025-09-19 17:54:37 +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)
|
this.$log.debug('Reload the table get latest data: pre ', preURL, ' current: ', location.href)
|
||||||
setTimeout(() => {
|
setTimeout(() => {
|
||||||
this.reloadTable()
|
this.reloadTable()
|
||||||
}, 300)
|
}, 500)
|
||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
handleSelectionChange(val) {
|
handleSelectionChange(val) {
|
||||||
|
@@ -122,7 +122,3 @@ export default {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style>
|
|
||||||
|
|
||||||
</style>
|
|
||||||
|
Reference in New Issue
Block a user