Compare commits

..

No commits in common. "3195be48e23c2367d94836a46ac7251e36fcd75f" and "5511ded611d3be57034d1a7aa6146280caac4fb6" have entirely different histories.

View file

@ -114,7 +114,7 @@ async function getDataNotification(index: number, type: string) {
.get(config.API.msgNotificate + `?page=${index}&pageSize=${15}`)
.then((res) => {
const response = res.data.result.data;
totalInbox.value = res.data.result.total || 0;
totalInbox.value = res.data.result.total;
let list: notiType[] = [];
if (type === "DEL") {
notiList.value = [];
@ -405,26 +405,6 @@ onBeforeMount(async () => {
}
});
function handleDeleteNotification() {
dialogRemove(
$q,
async () => {
try {
showLoader();
await http.delete(config.API.msgNotificate);
await getDataNotification(1, "DEL");
success($q, "ลบข้อมูลสำเร็จ");
} catch (error) {
messageError($q, error);
} finally {
hideLoader();
}
},
"ยืนยันการลบข้อมูล",
"ต้องการยืนยันการลบรายการแจ้งเตือนทั้งหมดใช่หรือไม่?",
);
}
/**
* เมอเรมตนโปรแกรมให event resize และ function myEventHandler
* set function myEventHandler เพราะ state งไมเซ , state เซทเม หนาจอเร ขยบหนาจอ
@ -530,17 +510,6 @@ onUnmounted(() => {
<div class="text-grey-5" style="font-size: 12px">
งหมด {{ totalInbox }} อความ
</div>
<q-btn
v-if="totalInbox !== 0"
flat
dense
round
color="red"
icon="delete"
@click.stop.prevent="handleDeleteNotification"
>
<q-tooltip>ลบการแจงเตอนทงหมด</q-tooltip>
</q-btn>
</div>
<q-infinite-scroll