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

+ 8 - 7
src/views/salesManagement/salesQueryNew/edit.vue

@@ -517,13 +517,14 @@ export default {
     // 新活动弹框确认后
     showNewActiveOk (type) {
       this.showNewActiveModal = false
-      // 特价规则排序
-      if (type == 1) {
-        this.getSalesPromoDiscountSort()
-      } else {
-        // 取消加入新活动
-        this.getOrderDetail(true)
-      }
+      this.getOrderDetail(true)
+      // // 特价规则排序
+      // if (type == 1) {
+      //   this.getSalesPromoDiscountSort()
+      // } else {
+      //   // 取消加入新活动
+      //   this.getOrderDetail(true)
+      // }
     },
     // 特价规则排序列表
     getSalesPromoDiscountSort () {