|
@@ -123,11 +123,13 @@ export default {
|
|
this.submitDate(this.date);
|
|
this.submitDate(this.date);
|
|
},
|
|
},
|
|
changeValue(val) {
|
|
changeValue(val) {
|
|
|
|
+ console.log('changeValue')
|
|
this.timer = "";
|
|
this.timer = "";
|
|
this.date = val;
|
|
this.date = val;
|
|
this.submitDate(this.date);
|
|
this.submitDate(this.date);
|
|
},
|
|
},
|
|
changeQuick(val) {
|
|
changeQuick(val) {
|
|
|
|
+
|
|
let startDate;
|
|
let startDate;
|
|
let endDate;
|
|
let endDate;
|
|
if (val == "month") {
|
|
if (val == "month") {
|
|
@@ -218,6 +220,7 @@ export default {
|
|
};
|
|
};
|
|
},
|
|
},
|
|
initStatue(val) {
|
|
initStatue(val) {
|
|
|
|
+ console.log('initStatue',val)
|
|
if (val) {
|
|
if (val) {
|
|
this.timer = val;
|
|
this.timer = val;
|
|
} else {
|
|
} else {
|