ccf 4 лет назад
Родитель
Сommit
c3b611a500
1 измененных файлов с 0 добавлено и 4 удалено
  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,