clear software table when changing nav

This commit is contained in:
wh1te909
2020-02-02 09:01:17 +00:00
parent 99f266bdb2
commit 250fed31e5

View File

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