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

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