chenrui 4 سال پیش
والد
کامیت
cabaa38cf5
1فایلهای تغییر یافته به همراه2 افزوده شده و 1 حذف شده
  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