|
@@ -78,13 +78,11 @@ export default {
|
|
|
// 接收月日期改变的数据
|
|
|
changeDateMonth(val) {
|
|
|
this.queryParams.para4 = val
|
|
|
- console.log(this.queryParams)
|
|
|
this.getTableList()
|
|
|
},
|
|
|
// 接收年日期改变的数据
|
|
|
changDateYear(val) {
|
|
|
this.queryParams.para4 = val
|
|
|
- console.log(this.queryParams)
|
|
|
this.getTableList()
|
|
|
},
|
|
|
// 多选框改变接收子组件的数据
|
|
@@ -107,7 +105,6 @@ export default {
|
|
|
this.queryParams.para3 = this.activeName2
|
|
|
this.queryParams.para2 = null
|
|
|
this.queryParams.para4 = null
|
|
|
- console.log(this.queryParams)
|
|
|
this.getTableList()
|
|
|
},
|
|
|
// 节点单击事件
|
|
@@ -123,13 +120,10 @@ export default {
|
|
|
this.loading = true
|
|
|
let retdata = await getstatisticaldata(this.queryParams)
|
|
|
this.loading = false
|
|
|
- console.log(retdata)
|
|
|
if (retdata.code == 200) {
|
|
|
var data = this.$DBRetToObjA(retdata.data)
|
|
|
- console.log(data)
|
|
|
this.formData = data[0]
|
|
|
this.keys()
|
|
|
- console.log(this.formData)
|
|
|
}
|
|
|
},
|
|
|
// vales() {
|
|
@@ -199,7 +193,6 @@ export default {
|
|
|
}
|
|
|
})
|
|
|
this.formData.keys = arr
|
|
|
- console.log(this.formData.keys);
|
|
|
}
|
|
|
},
|
|
|
mounted() {},
|