clear software table when changing nav

This commit is contained in:
wh1te909 2020-02-02 09:01:17 +00:00
parent 7caeaf03c0
commit 2b9e9b8b1b
1 changed files with 1 additions and 0 deletions

View File

@ -87,6 +87,7 @@ export const store = new Vuex.Store({
(state.agentSummary = {}),
(state.agentChecks = {}),
(state.winUpdates = {});
(state.installedSoftware = []);
state.selectedRow = "";
}
},