瀏覽代碼

初始化时间

daiqisheng 3 年之前
父節點
當前提交
7256627086
共有 1 個文件被更改,包括 1 次插入2 次删除
  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.table_search = data;
-
       this.handleReset();
       this.handleReset();
       this.handleInit({ ...obj });
       this.handleInit({ ...obj });
     },
     },
@@ -162,7 +161,7 @@ export default {
     },
     },
   },
   },
   mounted() {
   mounted() {
-    this.handleInit({time:''});
+    this.handleInit({ time: "" });
   },
   },
 };
 };
 </script>
 </script>