no message
This commit is contained in:
parent
0a3ec33161
commit
6120ff870b
1 changed files with 3 additions and 7 deletions
|
|
@ -46,7 +46,7 @@ const loading = ref(false);
|
|||
const nextPage = ref<number>(1);
|
||||
|
||||
/**function เรียกข้อมูลรอบการขึ้นเงินเดือน*/
|
||||
async function getRound() {
|
||||
function getRound() {
|
||||
showLoader();
|
||||
http
|
||||
.get(
|
||||
|
|
@ -192,11 +192,7 @@ function getAgencyPosition(id: string) {
|
|||
* @param periodId id รอบการขึ้นเงินเดือน
|
||||
* @param snap id รอบ
|
||||
*/
|
||||
async function fetchSalalyPeriod(
|
||||
rootId: string,
|
||||
periodId: string,
|
||||
snap: string
|
||||
) {
|
||||
function fetchSalalyPeriod(rootId: string, periodId: string, snap: string) {
|
||||
showLoader();
|
||||
isLoad.value = false;
|
||||
const body = {
|
||||
|
|
@ -205,7 +201,7 @@ async function fetchSalalyPeriod(
|
|||
snapshot: snap,
|
||||
};
|
||||
|
||||
await http
|
||||
http
|
||||
.post(config.API.salaryListPeriodLatest, body)
|
||||
.then(async (res) => {
|
||||
const data = res.data.result;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue