This commit is contained in:
Taric Xin
2022-03-07 17:37:57 +08:00
parent be1e86601a
commit 83d43d2f15

View File

@ -188,10 +188,7 @@ export class RefundRecordComponent implements OnInit {
type: 'string',
title: '所属项目',
ui: {
widget: 'select',
placeholder: '请选择',
allowClear: true,
asyncData: () => this.service.getEnterpriseProject(),
placeholder: '请输入',
visibleIf: {
expand: (value: boolean) => value
}