diff --git a/resources/beike/admin/views/pages/customers/index.blade.php b/resources/beike/admin/views/pages/customers/index.blade.php index 16b5ec41..acc6b9d4 100644 --- a/resources/beike/admin/views/pages/customers/index.blade.php +++ b/resources/beike/admin/views/pages/customers/index.blade.php @@ -23,6 +23,7 @@ + @@ -157,6 +158,11 @@ }, }, + mounted () { + const customerGroupAll = {id:'', name: '{{ __('common.all') }}'} + this.source.customer_group.unshift(customerGroupAll); + }, + watch: { page: function() { this.loadData();