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