|
@@ -229,11 +229,11 @@ export default {
|
|
|
|
|
|
searchQuery() {
|
|
|
this.queryParam.pageNo = ''
|
|
|
- if (this.queryParam) {
|
|
|
- console.log('指定查询条件,渲染chart', this.queryParam)
|
|
|
- this.$refs.departmentChart.queryParam = this.queryParam
|
|
|
- this.$refs.departmentChart.getDepChartData()
|
|
|
- }
|
|
|
+ // if (this.queryParam) {
|
|
|
+ // console.log('指定查询条件,渲染chart', this.queryParam)
|
|
|
+ // this.$refs.departmentChart.queryParam = this.queryParam
|
|
|
+ // this.$refs.departmentChart.getDepChartData()
|
|
|
+ // }
|
|
|
this.getExternalData()
|
|
|
},
|
|
|
// 日期面板变化时的回调
|