no message

This commit is contained in:
setthawutttty 2024-01-03 13:52:29 +07:00
parent 142fc30d8b
commit 40e787af89
4 changed files with 0 additions and 10 deletions

View file

@ -42,7 +42,6 @@ function clickList(index: number, data: any) {
lastName: i.lastName,
fullName:`${i.prefix}${i.firstName} ${i.lastName}`
}));
console.log(data);
}
watch(props, () => {
@ -52,7 +51,6 @@ watch(props, () => {
http
.get(config.API.historyDirectorbyId(data.id, props.type as string))
.then((res) => {
console.log(res.data.result);
listInvestigateDetail.value = res.data.result;
})
.catch((e) => {

View file

@ -69,7 +69,6 @@ const formData = reactive<FormData>({
* เกบขอมลลง formData
*/
watch(props.data, async () => {
// console.log("data==>", props.data)
formData.prefix = props.data.prefix;
formData.firstname = props.data.firstname;
formData.lastname = props.data.lastname;
@ -198,7 +197,6 @@ const visibleColumnsRespondent = ref<string[]>([
*/
function addEmployee() {
if (idCard.value.length === 13) {
console.log("idCard===>", idCard.value);
showLoader();
http
.post(config.API.profileSearchPersonal(), {