fix: ลบ ifres
This commit is contained in:
parent
2c189779fb
commit
fc63fe2702
1 changed files with 1 additions and 1 deletions
|
|
@ -35,7 +35,7 @@ const useCustomerStore = defineStore('api-customer', () => {
|
||||||
},
|
},
|
||||||
);
|
);
|
||||||
|
|
||||||
ifres: if (res && res.status === 200) {
|
if (res && res.status === 200) {
|
||||||
return res.data;
|
return res.data;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue