เพิ่ม API ตารางสถิติการลา
This commit is contained in:
parent
9412454760
commit
6d82bfb8a0
2 changed files with 41 additions and 15 deletions
|
|
@ -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>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue