fix store date conflict between different tabs

This commit is contained in:
Steve Ng
2023-10-18 14:35:04 +08:00
parent f943abcacb
commit 18aecc1f71
@@ -94,7 +94,7 @@
</div>
</div>
<list-component ref="bankTransactionsList" section="bankTransactionSection" :endpoint="route('api.accounting.bank.transaction')" :options="this.filter">
<list-component :key="stage" ref="bankTransactionsList" section="bankTransactionSection" :endpoint="route('api.accounting.bank.transaction')" :options="this.filter">
<template slot="list" slot-scope="{data}">
<statement-transaction-component :data="data" :section="section" :stage="stage" :selectAll="selectAll"></statement-transaction-component>
</template>