API history
This commit is contained in:
parent
6e065b562c
commit
e6bc92e736
2 changed files with 3 additions and 0 deletions
|
|
@ -6,4 +6,6 @@ export default {
|
||||||
/** โครงสร้างอัตรากำลัง*/
|
/** โครงสร้างอัตรากำลัง*/
|
||||||
activeOrganization: `${organization}/active`,
|
activeOrganization: `${organization}/active`,
|
||||||
createOrganization: `${organization}/draft`,
|
createOrganization: `${organization}/draft`,
|
||||||
|
|
||||||
|
organizationHistoryNew:`${organization}/history`,
|
||||||
};
|
};
|
||||||
|
|
|
||||||
|
|
@ -104,6 +104,7 @@ function getDate() {
|
||||||
},
|
},
|
||||||
];
|
];
|
||||||
rows.value = dataDraft;
|
rows.value = dataDraft;
|
||||||
|
|
||||||
// รอ API
|
// รอ API
|
||||||
// showLoader()
|
// showLoader()
|
||||||
// http
|
// http
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue