Skip to content

Commit

Permalink
fix: 取消聚合方法默认值
Browse files Browse the repository at this point in the history
  • Loading branch information
yxh01132861 committed Sep 20, 2023
1 parent 8100853 commit 8c968d1
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,6 @@ export default (fieldList: FieldSelectOptionType[]) => {
aggregateMethod: {
type: 'string',
title: '聚合方法',
default: 'sum',
'x-decorator': 'FormItem',
'x-component': 'Select',
'x-component-props': {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,6 @@ export default (fieldList: FieldSelectOptionType[]) => {
aggregateMethod: {
type: 'string',
title: '聚合方法',
default: 'sum',
'x-decorator': 'FormItem',
'x-component': 'Select',
'x-component-props': {
Expand Down

0 comments on commit 8c968d1

Please sign in to comment.