소스 검색

用户画像传参问题

newStyle
douzhuo 2 년 전
부모
커밋
458bf77cf1
1개의 변경된 파일4개의 추가작업 그리고 1개의 파일을 삭제
  1. +4
    -1
      src/views/Statistics/Insightintothedetails.vue

+ 4
- 1
src/views/Statistics/Insightintothedetails.vue 파일 보기

@@ -164,11 +164,14 @@ export default {
this.sta_idx_download = this.permissions["sta_idx_download"];
var isnull=this.$route.query.flag;
if (isnull.TimetoAhoose) this.TimetoAhoose=isnull.TimetoAhoose;
this.customtime=isnull.customtime;
if (isnull.customtime) this.customtime=isnull.customtime;
this.fromobj.starttime=isnull.starttime;
this.fromobj.endoftime=isnull.endoftime;
this.fromobj.projectId=isnull.houseId;
this.fromobj.keywords=isnull.keywordsId;
if (!isnull.TimetoAhoose && isnull.starttime && isnull.endoftime) {
this.TimetoAhoose = 6
}
this.Accesstolevel()
},
computed: {


불러오는 중...
취소
저장