소스 검색

数据看板

ccf 4 년 전
부모
커밋
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,