Browse Source

联系人数据展示调整

qymljy 3 tháng trước cách đây
mục cha
commit
fef1f3e3e8

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