fixing display registry

This commit is contained in:
Warunee Tamkoo 2024-08-05 13:44:18 +07:00
parent 3f602394bc
commit a98b798ec1
3 changed files with 22 additions and 38 deletions

View file

@ -450,6 +450,7 @@
</d-table>
<PopupADdEmployee v-model:modal="modalEmployee" />
</template>
<script setup lang="ts">
import { ref, useAttrs, reactive, watch } from "vue";
import type { Pagination } from "@/modules/04_registry/interface/index/Main";