|
@ -1046,8 +1046,6 @@ export default { |
|
|
resetSearch() { |
|
|
resetSearch() { |
|
|
this.formData = {}; |
|
|
this.formData = {}; |
|
|
let date = new Date(); |
|
|
let date = new Date(); |
|
|
this.formData.period = unit.formatDate(date,'yyyy-MM') |
|
|
|
|
|
let date = new Date(); |
|
|
|
|
|
this.formData.period = util.formatDate(date, "yyyy-MM"); |
|
|
this.formData.period = util.formatDate(date, "yyyy-MM"); |
|
|
this.initData(); |
|
|
this.initData(); |
|
|
}, |
|
|
}, |
|
|