Ver Fonte

bug修复

chenrui há 4 anos atrás
pai
commit
cabaa38cf5

+ 2 - 1
src/views/promotionRulesManagement/promotionRules/list.vue

@@ -136,7 +136,8 @@ export default {
               str += item.buyerName + ','
             })
             str = str.substr(0, str.length - 1)
-            data.list[i].promoBuyerName = str
+            console.log(str, '----str')
+            data.list[i].promoBuyerName = str || '全部客户'
           }
           this.total = data.count
           this.disabled = false