WIP Подключила пагинацию на клиентов
This commit is contained in:
@@ -2,8 +2,10 @@
|
||||
.wrapper.flex.w-full.relative.mx-2
|
||||
clients-table(
|
||||
:open-form="openForm",
|
||||
:is-open-form="isOpenForm"
|
||||
:current-year="currentYear"
|
||||
:is-open-form="isOpenForm",
|
||||
:current-year="currentYear",
|
||||
:updated-clients="updatedClients",
|
||||
@reset-updated-clients="transmitReset"
|
||||
)
|
||||
</template>
|
||||
|
||||
@@ -16,6 +18,12 @@ export default {
|
||||
openForm: Function,
|
||||
currentYear: Number,
|
||||
isOpenForm: Boolean,
|
||||
updatedClients: Boolean,
|
||||
},
|
||||
methods: {
|
||||
transmitReset() {
|
||||
this.$emit("reset-updated-clients");
|
||||
},
|
||||
},
|
||||
};
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user