From 080ac1cbb3f50299cbac9d75e145ad032fbb592b Mon Sep 17 00:00:00 2001 From: "STW_TTTY\\stwtt" Date: Fri, 9 Aug 2024 16:20:16 +0700 Subject: [PATCH] =?UTF-8?q?=E0=B8=9A=E0=B8=B1=E0=B8=8D=E0=B8=8A=E0=B8=B5?= =?UTF-8?q?=E0=B9=81=E0=B8=AA=E0=B8=94=E0=B8=87=E0=B8=A7=E0=B8=B1=E0=B8=99?= =?UTF-8?q?=E0=B8=A5=E0=B8=B2=20=E0=B8=AA=E0=B8=B4=E0=B8=97=E0=B8=98?= =?UTF-8?q?=E0=B8=B4=E0=B9=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/modules/09_leave/components/3_Report/LeaveReport.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/modules/09_leave/components/3_Report/LeaveReport.vue b/src/modules/09_leave/components/3_Report/LeaveReport.vue index bcfdc8a35..50704ce1f 100644 --- a/src/modules/09_leave/components/3_Report/LeaveReport.vue +++ b/src/modules/09_leave/components/3_Report/LeaveReport.vue @@ -5,7 +5,7 @@ import { useQuasar } from "quasar"; import http from "@/plugins/http"; import config from "@/app.config"; import axios from "axios"; - +import { checkPermission } from "@/utils/permissions"; /** importType*/ import type { DataOption } from "@/modules/09_leave/interface/index/Main"; @@ -273,7 +273,7 @@ onMounted(() => {
- +