chenrui hace 4 años
padre
commit
cabaa38cf5
Se han modificado 1 ficheros con 2 adiciones y 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