|
|
@@ -269,7 +269,8 @@ export default {
|
|
|
this.listData(this.paramChart.content.dataid,this.paramChart.content.type,this.paramChart.content.where.isleave)
|
|
|
},
|
|
|
selectChange(){
|
|
|
- this.paramChart.content.dateType = this.paramTable.content.where.type
|
|
|
+ this.paramChart.content.where.projecttype = this.paramTable.content.where.projecttype
|
|
|
+ this.paramChart.content.where.status = this.paramTable.content.where.status
|
|
|
this.listData(this.paramChart.content.dataid,this.paramChart.content.type,this.paramChart.content.where.isleave)
|
|
|
},
|
|
|
async queryType(){
|