no message
This commit is contained in:
parent
afcc93c445
commit
1edf20755c
1 changed files with 1 additions and 4 deletions
|
|
@ -223,8 +223,6 @@ const clickSave = async () => {
|
|||
|
||||
// ค้นหาคนจากเลขประจำตัวประชาชน
|
||||
const searchcardid = async () => {
|
||||
console.log("test2");
|
||||
|
||||
if (cardid.value.length === 13) {
|
||||
showLoader();
|
||||
const node = await listPerson.value.find(
|
||||
|
|
@ -251,9 +249,8 @@ const searchcardid = async () => {
|
|||
} else {
|
||||
fullName.value = "";
|
||||
brand.value = "";
|
||||
clearReceiveDate()
|
||||
clearReceiveDate();
|
||||
// OrganazationId.value = "";
|
||||
|
||||
}
|
||||
};
|
||||
// watch(cardid,()=>{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue