mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/exchange-2.0.git
synced 2026-08-23 06:24:03 +00:00
fix duplicated listing section bug
This commit is contained in:
@@ -305,7 +305,7 @@
|
||||
</div>
|
||||
<div class="row tabsContainer tabContent hide" tab-name="complete">
|
||||
<div class="col">
|
||||
<list-component ref="bankTransactionsList" section="bankTransactionSection" :endpoint="route('api.accounting.bank.transaction')" :options="{is_mapped: true, statement_transaction_owner_type_in: [6, 7, 8, 9, 10, 11, 12, 13, 14], per_page: 100, order_by: {column: 'posting_date', DESC: true}}">
|
||||
<list-component ref="exceptionalBankTransactionsList" section="exceptionalBankTransactionSection" :endpoint="route('api.accounting.bank.transaction')" :options="{is_mapped: true, statement_transaction_owner_type_in: [6, 7, 8, 9, 10, 11, 12, 13, 14], per_page: 100, order_by: {column: 'posting_date', DESC: true}}">
|
||||
<template slot="list" slot-scope="{data}">
|
||||
<statement-transaction-component :data="data"></statement-transaction-component>
|
||||
</template>
|
||||
|
||||
Reference in New Issue
Block a user