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