Browse Source

修改报告可视化

zhuliu 2 năm trước cách đây
mục cha
commit
b2552644d7
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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()
 
     },