|
|
|
@ -105,8 +105,8 @@ export default {
|
|
|
|
|
data() {
|
|
|
|
|
return {
|
|
|
|
|
queryParam: {
|
|
|
|
|
beginTime:new Date(),
|
|
|
|
|
endTime:XEUtils.getWhatMonth(new Date(), 3),
|
|
|
|
|
beginTime:'',
|
|
|
|
|
endTime:'',
|
|
|
|
|
gdZt:'0'
|
|
|
|
|
},
|
|
|
|
|
gdZtOptions:[
|
|
|
|
@ -357,10 +357,11 @@ export default {
|
|
|
|
|
window.addEventListener('resize', this.getHeight)
|
|
|
|
|
this.getHeight()
|
|
|
|
|
this.initBase()
|
|
|
|
|
this.queryParam.beginTime=XEUtils.toDateString(new Date(),'yyyy/MM/dd')
|
|
|
|
|
},
|
|
|
|
|
watch: {
|
|
|
|
|
'queryParam.beginTime'(newValue, Value){
|
|
|
|
|
this.queryParam.endTime= XEUtils.getWhatMonth(newValue, 3)
|
|
|
|
|
this.queryParam.endTime= XEUtils.toDateString(XEUtils.getWhatMonth(newValue, 3),'yyyy/MM/dd')
|
|
|
|
|
},
|
|
|
|
|
'$route'(){
|
|
|
|
|
this.getParams();
|
|
|
|
|