ข้อมูลบุคคล: APIระดับการศึกษา

This commit is contained in:
oat 2024-02-07 11:16:41 +07:00
parent 8558cf9b45
commit 727f3c6765
2 changed files with 15 additions and 4 deletions

View file

@ -17,7 +17,7 @@ const personalName = defineModel<string>("personalName");
const dialogStatus = defineModel<string>("dialogStatus");
const editId = defineModel<string>("editId");
const dialog = defineModel<boolean>("dialog");
const educationRank = defineModel<number>("rank");
const educationRank = defineModel<number>("educationRank");
const props = defineProps({
fetchData: {
type: Function,
@ -52,6 +52,7 @@ async function onSubmit() {
: props.editData(editId.value);
closeDialog();
data.value = "";
educationRank.value = undefined;
},
"ยืนยันการบันทึกข้อมูล",
"ต้องการยืนยันการบันทึกข้อมูลนี้หรือไม่ ?"