last updates

This commit is contained in:
Henry Jordan
2021-08-26 20:33:59 +00:00
parent 69bf294f4b
commit 4732ffc6b3
15 changed files with 406 additions and 180 deletions

View File

@@ -174,9 +174,6 @@ export default {
}
this.columns = cols;
this.random = _.random(0, 10000000000);
},
task(){
this.$emit("onUpdatePage", "task-metrics");
}
}
}