浏览代码

修改报告可视化

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()
 
     },