bding 1 rok temu
rodzic
commit
b29fc2e232

+ 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)
       }
     },
   },