|
@@ -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 () {
|