Browse Source

修改报告可视化

zhuliu 2 years ago
parent
commit
b2552644d7
1 changed files with 1 additions and 1 deletions
  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()
 
     },