Browse Source

取消滚动

bding 1 năm trước cách đây
mục cha
commit
b29fc2e232
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  1. 0 1
      src/views/interaction_manage/bannerStatistics.vue

+ 0 - 1
src/views/interaction_manage/bannerStatistics.vue

@@ -43,7 +43,6 @@ export default {
       const res = await departInterence.getBannerStatistic();
       if (res.Ret === 200) {
         this.tableData = res.Data || [];
-         this.tableData.push(...res.Data)
       }
     },
   },