|
@@ -14,7 +14,7 @@
|
|
|
<a-row :gutter="15">
|
|
|
<a-col :md="6" :sm="24">
|
|
|
<a-form-model-item label="日期" prop="month">
|
|
|
- <a-month-picker v-model="queryParam.month" @change="onChange" style="width: 100%;" />
|
|
|
+ <a-month-picker v-model="queryParam.month" @change="onChange" :defaultValue="null" style="width: 100%;" />
|
|
|
</a-form-model-item>
|
|
|
</a-col>
|
|
|
<a-col :md="5" :sm="24">
|
|
@@ -86,7 +86,6 @@
|
|
|
|
|
|
<script>
|
|
|
import moment from 'moment'
|
|
|
-import getDate from '@/libs/getDate.js'
|
|
|
import { STable, VSelect } from '@/components'
|
|
|
import custList from '@/views/common/custList.vue'
|
|
|
import { getArea } from '@/api/data'
|