瀏覽代碼

取消滚动

bding 1 年之前
父節點
當前提交
b29fc2e232
共有 1 個文件被更改,包括 0 次插入1 次删除
  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)
       }
     },
   },