no message

This commit is contained in:
setthawutttty 2024-01-29 12:04:55 +07:00
parent 4a7b66be22
commit 98f6c71ad3

View file

@ -23,7 +23,7 @@ const { showLoader, hideLoader, messageError } = useCounterMixin();
const modalNewStructure = ref<boolean>(false);
const modalStructureDetail = ref<boolean>(false);
const modalPositionDetail = ref<boolean>(true);
const modalPositionDetail = ref<boolean>(false);
const stroe = useOrganizational();