Merge remote-tracking branch 'websoft/master'
This commit is contained in:
@@ -2533,7 +2533,7 @@ export default {
|
||||
this.loadDictOptions(
|
||||
'nature_of_client',
|
||||
'customerNatureOptions',
|
||||
['有限公司', '个体工商户'],
|
||||
[],
|
||||
options => {
|
||||
const customerNatureColumn = this.findColumn(this.option.column, 'customerNature');
|
||||
customerNatureColumn.dicData = [{ label: '全部', value: '' }, ...options];
|
||||
|
||||
Reference in New Issue
Block a user