lilei 7 months ago
parent
commit
814a9b9270

+ 1 - 1
src/views/salesManagement/salesQueryNew/comps/updateActiveModal.vue

@@ -65,7 +65,7 @@ export default {
       return this.promoRuleSn ? '确定换促销活动?' : '确定参加促销活动?'
       return this.promoRuleSn ? '确定换促销活动?' : '确定参加促销活动?'
     },
     },
     total () {
     total () {
-      return this.activeList.length
+      return this.promoRuleSn ? 1 : this.activeList.length
     }
     }
   },
   },
   methods: {
   methods: {