Automated-payment.Vue
<ListOptionsFilter />
<ImportedBankData ref=“ImportedBankData” />
when using the below function it will trigger the function of fetchStatus of the ImportedBankData component.
this.$refs.ImportedBankData.fetchStatus(accountResponse);