|
@@ -398,14 +398,14 @@ export default {
|
|
|
this.$refs.productActiveList.upAcitveSuccess()
|
|
|
// 刷新活动统计
|
|
|
this.$refs.activeTjList.getDataList()
|
|
|
- // 刷新详情统计
|
|
|
+ // 刷新详情和正常产品列表
|
|
|
this.refashTableData('promo')
|
|
|
} else {
|
|
|
// 刷新正常活动
|
|
|
this.$refs.productNormalList.addAcitveSuccess()
|
|
|
// 刷新活动统计
|
|
|
this.$refs.activeTjList.getDataList()
|
|
|
- // 刷新详情统计
|
|
|
+ // 刷新详情和活动产品列表
|
|
|
this.refashTableData('normal')
|
|
|
}
|
|
|
}
|