updated
This commit is contained in:
parent
9a07238fb5
commit
16cd96faf6
1 changed files with 5 additions and 1 deletions
|
|
@ -218,7 +218,11 @@ function onSubmit() {
|
|||
const data = ref<any>(null);
|
||||
/** ดึงข้อมูลรายละเอียด */
|
||||
async function amiRequest() {
|
||||
// data.value = await store.amiRequest($q, 5000, idCard.value, "001");
|
||||
const profile = await store.amiRequest($q, 5000, idCard.value, "001");
|
||||
if (profile) {
|
||||
data.value = profile;
|
||||
}
|
||||
|
||||
data.value = {
|
||||
titleCode: 3,
|
||||
titleDesc: "นาย",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue