no message

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2024-03-04 17:21:33 +07:00
parent 0a3ec33161
commit 6120ff870b

View file

@ -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;