no message

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2023-08-31 17:17:46 +07:00
parent 783120b472
commit 287ef3c598

View file

@ -98,7 +98,7 @@ const fecthPositionOfficer = async () => {
};
const fetchPositionPerm = async () => {
await http
.get(config.API.listPositionEmployeeGroupHistory)
.get(config.API.listPositionEmployeePositionHistory)
.then((res) => {
let data = res.data.result.items;
positionOps.value = data.map((e: any) => ({ id: e.id, name: e.name }));
@ -155,6 +155,7 @@ const clickSearch = async (type: string) => {
}));
} else {
notifyError($q, "ไม่มีข้อมูลที่ต้องการค้นหา");
rows.value = [];
}
})
.catch((err) => {
@ -197,7 +198,7 @@ const paginationLabel = (start: number, end: number, total: number) => {
</script>
<template>
<q-btn round flat color="primary" icon="mdi-history" @click="clickOpenpopup">
<q-btn round flat color="blue" icon="mdi-history" @click="clickOpenpopup">
<q-tooltip>แสดงประวอครอง</q-tooltip></q-btn
>