Browse Source

数据看板

ccf 4 years ago
parent
commit
c3b611a500
1 changed files with 0 additions and 4 deletions
  1. 0 4
      pages/main/index/data.vue

+ 0 - 4
pages/main/index/data.vue

@@ -174,10 +174,6 @@ export default {
         let res = await this.$post(url,{time_type:this.time_type,stime:stime,etime:etime});
         if(res.status==1)
         {
-          this.source ={
-            rows: [],
-            data: []
-          }
           this.source = {
             rows: res.data.day,
             data: res.data.data,