no message

This commit is contained in:
setthawutttty 2023-11-22 14:21:05 +07:00
parent 30b420ae6c
commit 5acca0efa6
6 changed files with 90 additions and 43 deletions

View file

@ -21,6 +21,7 @@ const id = ref<string>(route.params.id as string);
const personOj = reactive<ArrayPerson>({
idcard: "",
name: "",
positionNo: "",
position: "",
positionLevel: "",
salary: "",
@ -76,6 +77,7 @@ const fetchData = async () => {
{
idcard: "1529900022223",
name: "นางศิรินภา คงน้อย",
positionNo: "สกก.1",
position: "ธุรการ",
positionLevel: "ต้น",
salary: "10000",