|
@@ -26,7 +26,6 @@
|
|
|
<el-date-picker
|
|
<el-date-picker
|
|
|
v-model="queryParams.date"
|
|
v-model="queryParams.date"
|
|
|
type="month"
|
|
type="month"
|
|
|
- format="yyyy-MM-dd"
|
|
|
|
|
value-format="yyyy-MM-dd"
|
|
value-format="yyyy-MM-dd"
|
|
|
placeholder="请选择保存日期">
|
|
placeholder="请选择保存日期">
|
|
|
</el-date-picker>
|
|
</el-date-picker>
|
|
@@ -230,7 +229,7 @@ export default {
|
|
|
};
|
|
};
|
|
|
},
|
|
},
|
|
|
created() {
|
|
created() {
|
|
|
- this.queryParams.date=new date();
|
|
|
|
|
|
|
+ // this.queryParams.date=new date();
|
|
|
this.getList();
|
|
this.getList();
|
|
|
},
|
|
},
|
|
|
methods: {
|
|
methods: {
|