pinia store data ข้อมูลหลัก

ขาด District /sub district
This commit is contained in:
AnandaTon 2023-06-15 16:47:16 +07:00
parent e3d929f7bf
commit 6a3da944bc
24 changed files with 3026 additions and 779 deletions

View file

@ -29,6 +29,7 @@ export default {
/**
* api
*/
district,
listDistrict: (id: string) => `${district}${id}`,
listDistrictHistory: `${district}history`,
listDistrictHistoryId: (id: string | string[]) => `${district}history/${id}`,