edit
This commit is contained in:
		| @ -35,7 +35,7 @@ export class TransactionFlowComponent { | |||||||
|       Object.assign(requestOptions.body, { |       Object.assign(requestOptions.body, { | ||||||
|         ...this.sf.value, |         ...this.sf.value, | ||||||
|         createTime: { |         createTime: { | ||||||
|           start: this.sf.value.tcreateTimeime?.[0] || '', |           start: this.sf.value.createTime?.[0] || '', | ||||||
|           end: this.sf.value.createTime?.[1] || '' |           end: this.sf.value.createTime?.[1] || '' | ||||||
|         } |         } | ||||||
|       }); |       }); | ||||||
| @ -120,9 +120,9 @@ export class TransactionFlowComponent { | |||||||
|           type: 'string', |           type: 'string', | ||||||
|           title: '收支类型', |           title: '收支类型', | ||||||
|           enum: [ |           enum: [ | ||||||
|             { label: '全部', value: '部' }, |             { label: '全部', value: '' }, | ||||||
|             { label: '收入', value: 1 }, |             { label: '收入', value: 2 }, | ||||||
|             { label: '支出', value: 2 } |             { label: '支出', value: 1 } | ||||||
|           ], |           ], | ||||||
|           ui: { |           ui: { | ||||||
|             widget: 'select', |             widget: 'select', | ||||||
|  | |||||||
		Reference in New Issue
	
	Block a user