แก้ ตัวหนังสือทับซ้อนกัน
This commit is contained in:
parent
14f4e038e6
commit
5ee1f92260
2 changed files with 1 additions and 4 deletions
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -295,9 +295,6 @@ async function saveStep1() {
|
|||
.finally(() => {
|
||||
hideLoader();
|
||||
});
|
||||
|
||||
// showLoader();
|
||||
// await saveEvaluation(formSpec, formDetail.value);
|
||||
}
|
||||
|
||||
/** STEP 2*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue