chenrui %!s(int64=4) %!d(string=hai) anos
pai
achega
cabaa38cf5
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  1. 2 1
      src/views/promotionRulesManagement/promotionRules/list.vue

+ 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