소스 검색

布局修改

yangxiao 4 년 전
부모
커밋
be29993731
1개의 변경된 파일4개의 추가작업 그리고 4개의 파일을 삭제
  1. 4 4
      src/components/other/healthReport/index.vue

+ 4 - 4
src/components/other/healthReport/index.vue

@@ -350,7 +350,7 @@ export default {
         },
       ],
 
-      reqData:{},
+      reqData: {},
     };
   },
 
@@ -359,9 +359,9 @@ export default {
       type: Boolean,
       default: false,
     },
-    params:{
+    params: {
       type: Boolean,
-      default: () => {},
+      default: () => { },
     }
   },
 
@@ -527,7 +527,7 @@ export default {
         this.getReport();
       }
     },
-    params(res){
+    params (res) {
       this.reqData = res;
     }
   },