|
@@ -55,6 +55,7 @@ export default {
|
|
}),
|
|
}),
|
|
created() {
|
|
created() {
|
|
let today = this.getDay();
|
|
let today = this.getDay();
|
|
|
|
+ // let month = this.getMonth();
|
|
let todate = this.getDate();
|
|
let todate = this.getDate();
|
|
this.$set(this.today, `date`, todate);
|
|
this.$set(this.today, `date`, todate);
|
|
this.$set(this.today, `day`, today);
|
|
this.$set(this.today, `day`, today);
|
|
@@ -142,6 +143,7 @@ export default {
|
|
return 0;
|
|
return 0;
|
|
}
|
|
}
|
|
});
|
|
});
|
|
|
|
+ console.log(appArray);
|
|
|
|
|
|
this.$set(this, `arrange`, _.compact(appArray));
|
|
this.$set(this, `arrange`, _.compact(appArray));
|
|
},
|
|
},
|