แก้ bug โครงสร้างอัตรากำลัง

This commit is contained in:
Warunee Tamkoo 2024-02-19 12:20:07 +07:00
parent 31d5724c8a
commit 75de275668
4 changed files with 11 additions and 2 deletions

View file

@ -34,6 +34,7 @@ const props = defineProps({
rowId: { type: String, default: "" },
fetchDataTable: Function,
getSummary: Function,
shortName: {type: String, required: true}
});
const modalAdd = ref<boolean>(false);
@ -105,7 +106,7 @@ const positionExecutiveFieldRef = ref<Object | null>(null);
const positionAreaRef = ref<Object | null>(null);
const formData = reactive<FormDataPosition>({
shortName: "สกจ.",
shortName: props.shortName,
prefixNo: "",
positionNo: "",
suffixNo: "",