这是一个组件中存在的类型为date的输入字段,因此问题是我正在模态中执行其他组件中存在的某些动作,因此我想在模态组件中执行某些动作时重置输入字段。
this.filterConfig = [
{
fieldGroupClassName: 'row',
fieldGroup: [
{
key: 'postedDate',
className: 'col-12 col-sm-6 mb-1 mt-1',
type: 'date-range',
templateOptions: {
placeholder: 'Select Filter...',
label: 'Posted Date',
placement: 'bottom',
},
},
]
},
];