แก้ ตัวหนังสือทับซ้อนกัน

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2023-12-27 13:44:45 +07:00
parent 14f4e038e6
commit 5ee1f92260
2 changed files with 1 additions and 4 deletions

View file

@ -130,7 +130,7 @@ onMounted(async () => {
</script>
<template>
<Table
:style="$q.screen.gt.xs ? 'height: 58.5vh' : ''"
:rows="LeaveData.rows"
:columns="LeaveData.columns"
:visible-columns="LeaveData.visibleColumns"

View file

@ -295,9 +295,6 @@ async function saveStep1() {
.finally(() => {
hideLoader();
});
// showLoader();
// await saveEvaluation(formSpec, formDetail.value);
}
/** STEP 2*/