优化后台用户列表

This commit is contained in:
pushuo 2022-09-08 11:15:29 +08:00
parent 66220b3dfd
commit 5fdbc4b538
1 changed files with 0 additions and 2 deletions

View File

@ -162,8 +162,6 @@
},
mounted () {
const customerGroupAll = {id:'', name: '{{ __('common.all') }}'}
this.source.customer_group.unshift(customerGroupAll);
},
watch: {