yangxiao před 4 roky
rodič
revize
be29993731
1 změnil soubory, kde provedl 4 přidání a 4 odebrání
  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;
     }
   },