1
1
mirror of https://github.com/Fabio286/antares.git synced 2025-06-05 21:59:22 +02:00

refactor: adaptation of row deletion and modification functions due last commits

This commit is contained in:
2020-09-06 10:35:32 +02:00
parent 023c6a633a
commit 1d87ca959f
3 changed files with 26 additions and 7 deletions

View File

@ -169,6 +169,9 @@ export default {
this.setTabKeyUsage({ cUid: this.connection.uid, tUid: this.tabUid, keyUsage: keysArr });
this.isQuering = false;
},
getTable () {
return this.table;
},
reloadTable () {
this.getTableData();
},