lilei 7 months ago
parent
commit
e52d01c390
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/views/salesManagement/salesQueryNew/edit.vue

+ 2 - 2
src/views/salesManagement/salesQueryNew/edit.vue

@@ -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')
           }
         }