แก้ bug โครงสร้างอัตรากำลัง
This commit is contained in:
parent
31d5724c8a
commit
75de275668
4 changed files with 11 additions and 2 deletions
|
|
@ -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: "",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue