Explorar o código

初始化时间

daiqisheng %!s(int64=3) %!d(string=hai) anos
pai
achega
7256627086
Modificáronse 1 ficheiros con 1 adicións e 2 borrados
  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>