heyang 2 years ago
parent
commit
f363c89b4f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/home.vue

+ 1 - 1
src/views/home.vue

@@ -528,7 +528,7 @@ export default {
 
 
       //安全隐患统计
-      optionCharts({type:localStorage.getItem('deptLevel')}).then((res) =>{
+      optionCharts({type:localStorage.getItem('deptLevel'),remark:'index'}).then((res) =>{
         if(res.code==200){
           let dataX=[];
           let dataCount=[];