จัดโค้ด รายการการสอบสวนความผิดทางวินัย

This commit is contained in:
setthawutttty 2023-11-10 15:32:11 +07:00
parent f4ee2b89fc
commit c216c29abe
7 changed files with 167 additions and 132 deletions

View file

@ -1,11 +1,10 @@
<script setup lang="ts">
import Form from "@/modules/11_discipline/components/3_investigateDisciplinary/Form.vue";
import Form from "@/modules/11_discipline/components/3_InvestigateDisciplinary/Form.vue";
import { useRoute, useRouter } from "vue-router";
const router = useRouter();
//
/** บันทึกข้อมูลเเละ route กลับหน้าหลัก */
const onSubmit = async () => {
// post
console.log("add");
router.push(`/discipline/disciplinary`);
};