diff --git a/src/views/vehicle/customer-archive.vue b/src/views/vehicle/customer-archive.vue index e04956a..3e6ef0b 100644 --- a/src/views/vehicle/customer-archive.vue +++ b/src/views/vehicle/customer-archive.vue @@ -2548,7 +2548,7 @@ export default { this.loadDictOptions( 'nature_of_client', 'customerNatureOptions', - ['有限公司', '个体工商户'], + [], options => { const customerNatureColumn = this.findColumn(this.option.column, 'customerNature'); customerNatureColumn.dicData = [{ label: '全部', value: '' }, ...options];