Add unix timestamp to monitor.created_date

This commit is contained in:
Adam Stachowicz 2021-07-19 01:31:53 +02:00
parent efd7608ba2
commit dde4abea49

View File

@ -137,6 +137,7 @@ export default {
this.processing = true;
if (this.isAdd) {
this.monitor.created_date = Math.floor(new Date() / 1000);
this.$root.add(this.monitor, (res) => {
this.processing = false;