ข้อมูลบุคคล: APIระดับการศึกษา
This commit is contained in:
parent
8558cf9b45
commit
727f3c6765
2 changed files with 15 additions and 4 deletions
|
|
@ -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;
|
||||
},
|
||||
"ยืนยันการบันทึกข้อมูล",
|
||||
"ต้องการยืนยันการบันทึกข้อมูลนี้หรือไม่ ?"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue