diff --git a/src/modules/15_development/components/BasicInfo.vue b/src/modules/15_development/components/BasicInfo.vue index b09d2008c..5a1163aa7 100644 --- a/src/modules/15_development/components/BasicInfo.vue +++ b/src/modules/15_development/components/BasicInfo.vue @@ -19,7 +19,9 @@ const mixin = useCounterMixin(); const { dialogConfirm, showLoader, hideLoader, messageError, success } = mixin; const projectId = ref(route.params.id.toLocaleString()); - +const checkRoutePermission = ref( + route.name == "developmentDetailPage" +); const formData = reactive({ year: new Date().getFullYear(), projectName: "", @@ -147,7 +149,7 @@ onMounted(async () => {
หน่วยงาน/ส่วนราชการ
- +