fixed: Fixed an issue where tables could not be refreshed after creation

This commit is contained in:
zhaojisen
2024-06-24 19:27:30 +08:00
parent e819bc5aee
commit 448e4fac32
2 changed files with 1 additions and 5 deletions

View File

@@ -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) {

View File

@@ -122,7 +122,3 @@ export default {
} }
} }
</script> </script>
<style>
</style>