Commit 74b2e83d authored by youjie's avatar youjie

no message

parent f866710f
......@@ -150,6 +150,8 @@ export default {
},
changeShowMonthHandler(i) {
this.currentMonth += i;
let value = this.months[this.currentMonth].value
this.$emit('getQuotationData',value)
this.changeMonthHandler();
},
changeMonthHandler() {
......@@ -178,8 +180,6 @@ export default {
value: "",
});
}
let value = this.months[this.currentMonth].value
this.$emit('getQuotationData',value)
},
chosenDateHandler(item) {
if (item.price && item.price.remainNum>0) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment