Przeglądaj źródła

修改报告可视化

zhuliu 2 lat temu
rodzic
commit
b2552644d7
1 zmienionych plików z 1 dodań i 1 usunięć
  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()
 
     },