|
@@ -212,7 +212,7 @@ export default {
|
|
|
this.searchForm.year = String(date.getFullYear());
|
|
|
// console.log('year',date.getFullYear())
|
|
|
let month = date.getMonth() + 1;
|
|
|
- if (month > 3 && month < 8) {
|
|
|
+ if (month > 3 && month <= 8) {
|
|
|
this.searchForm.term = "0";
|
|
|
} else {
|
|
|
this.searchForm.term = "1";
|