소스 검색

销售漏斗调整

qymljy 1 년 전
부모
커밋
e9c2a45f19
1개의 변경된 파일5개의 추가작업 그리고 0개의 파일을 삭제
  1. 5 0
      src/views/mediaStatistics/modules/salesfunnel.vue

+ 5 - 0
src/views/mediaStatistics/modules/salesfunnel.vue

@@ -290,15 +290,20 @@ export default {
       this.personnelList = res.data.hr
     },
     leaveChange(){
+      this.person = ''
       if (this.isleave){
         this.dataParam.content.where.isleave = this.isleave
+        this.dataParam.content.dataid = -1
         this.projectParam.content.where.isleave = this.isleave
+        this.projectParam.content.dataid = -1
         this.depmentParam.content.isleave = this.isleave
         this.personData()
         this.getProportionOfFileModel()
       }else {
         this.dataParam.content.where.isleave = 0
+        this.dataParam.content.dataid = -1
         this.projectParam.content.where.isleave = 0
+        this.projectParam.content.dataid = -1
         this.depmentParam.content.isleave = 0
         this.personData()
         this.getProportionOfFileModel()