Browse Source

联系人数据展示调整

qymljy 3 months ago
parent
commit
fef1f3e3e8
1 changed files with 2 additions and 1 deletions
  1. 2 1
      src/HDrpManagement/contactData/components/statisticsOfProject.vue

+ 2 - 1
src/HDrpManagement/contactData/components/statisticsOfProject.vue

@@ -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(){