เพิ่ม API ตารางสถิติการลา

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2023-12-01 09:32:08 +07:00
parent 9412454760
commit 6d82bfb8a0
2 changed files with 41 additions and 15 deletions

View file

@ -1,5 +1,5 @@
<script setup lang="ts">
import { ref, onMounted } from "vue";
import { ref, onMounted } from "vue";
import { useQuasar } from "quasar";
import http from "@/plugins/http";
import config from "@/app.config";
@ -190,9 +190,7 @@ const filterLists = ref<any[]>([
const filterVal = ref(["x1"]);
onMounted(async () => {
console.log("calandar");
await fetchDataCalendar();
// await fetchDataCalendar();
});
</script>