mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/exchange-2.0.git
synced 2026-08-26 07:53:58 +00:00
create urgent list page
This commit is contained in:
@@ -14,6 +14,11 @@
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
<div class="row">
|
||||
<div class="col">
|
||||
<pagination-component :section="section" class="mb-5" ref="pagination"></pagination-component>
|
||||
</div>
|
||||
</div>
|
||||
</template>
|
||||
<script>
|
||||
export default {
|
||||
@@ -31,6 +36,7 @@
|
||||
methods: {
|
||||
successHandler(response){
|
||||
this.list = response.payload.data;
|
||||
this.$refs.pagination.makePagination(response.payload.meta, response.payload.links);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user