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);
|
const data = ref<any>(null);
|
||||||
/** ดึงข้อมูลรายละเอียด */
|
/** ดึงข้อมูลรายละเอียด */
|
||||||
async function amiRequest() {
|
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 = {
|
data.value = {
|
||||||
titleCode: 3,
|
titleCode: 3,
|
||||||
titleDesc: "นาย",
|
titleDesc: "นาย",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue