소스 검색

修改报告可视化

zhuliu 2 년 전
부모
커밋
b2552644d7
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      RMS-FrontEnd/src/views/report/index.vue

+ 1 - 1
RMS-FrontEnd/src/views/report/index.vue

@@ -615,7 +615,6 @@ export default {
       
     },
     getParams(params){
-      console.log(params)
       if(params.conclusionType=='-1'){
         this.queryParams.statuses=['0','1','2','4','5']
         this.queryParams.types = [params.type]
@@ -624,6 +623,7 @@ export default {
       }
       
       this.queryShowType = '0'
+      this.handleChangeView()
       this.getList2()
 
     },