edit
This commit is contained in:
@ -130,11 +130,7 @@ export class InvoiceDetailComponent implements OnInit {
|
||||
projectId: {
|
||||
type: 'string',
|
||||
title: '所属项目',
|
||||
ui: {
|
||||
placeholder: '请选择',
|
||||
allowClear: true,
|
||||
asyncData: () => this.service.getEnterpriseProject()
|
||||
},
|
||||
ui: { widget: 'select', placeholder: '请选择', allowClear: true, asyncData: () => this.service.getEnterpriseProject() },
|
||||
default: ''
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user