Parcourir la source

初始化时间

daiqisheng il y a 3 ans
Parent
commit
7256627086
1 fichiers modifiés avec 1 ajouts et 2 suppressions
  1. 1 2
      src/pages/main/performance/reply.vue

+ 1 - 2
src/pages/main/performance/reply.vue

@@ -149,7 +149,6 @@ export default {
           : "",
       };
       this.table_search = data;
-
       this.handleReset();
       this.handleInit({ ...obj });
     },
@@ -162,7 +161,7 @@ export default {
     },
   },
   mounted() {
-    this.handleInit({time:''});
+    this.handleInit({ time: "" });
   },
 };
 </script>