fix refresh

This commit is contained in:
wh1te909
2021-11-05 05:34:29 +00:00
parent cea919f304
commit f61befdc83

View File

@@ -440,7 +440,7 @@ export default {
// allow child components to refresh table
provide() {
return {
refreshDashboard: this.getTree,
refreshDashboard: this.refreshEntireSite,
};
},
mixins: [mixins],