@@ -45,10 +45,10 @@ import {
export default {
name: "MonthGrossMargin",
- props: ["date"],
+ props: ["daytime"],
mixins: [setHeight],
watch: {
- date: function(val) {
+ daytime: function(val) {
this.dataTime = val;
if (val) {
this.searchList();