浏览代码

布局修改

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,
       type: Boolean,
       default: false,
       default: false,
     },
     },
-    params:{
+    params: {
       type: Boolean,
       type: Boolean,
-      default: () => {},
+      default: () => { },
     }
     }
   },
   },
 
 
@@ -527,7 +527,7 @@ export default {
         this.getReport();
         this.getReport();
       }
       }
     },
     },
-    params(res){
+    params (res) {
       this.reqData = res;
       this.reqData = res;
     }
     }
   },
   },