no message

This commit is contained in:
setthawutttty 2024-10-21 10:50:01 +07:00
parent 88810b5d95
commit ae3cee9e2a
2 changed files with 2 additions and 0 deletions

View file

@ -421,6 +421,7 @@ onMounted(async () => {
v-model:is-officer="store.isOfficer as boolean"
v-model:is-staff="store.isStaff as boolean"
v-model:root-id="store.rootId"
:system-name="'organization'"
/>
</template>

View file

@ -37,6 +37,7 @@ const rootId = defineModel<string>("rootId");
const props = defineProps({
commandTypeCode: String, //
systemName: String, //
orgPublishDate: { type: Date || undefined, defult: undefined },
});