API ประเมินบุคคล

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2024-01-04 13:39:43 +07:00
parent fbcd0b8ec0
commit 0e033bffd3
11 changed files with 835 additions and 631 deletions

View file

@ -5,11 +5,13 @@ import { useQuasar } from "quasar";
import DialogHeader from "@/components/DialogHeader.vue";
import { useCounterMixin } from "@/stores/mixin";
import { useEvaluateStore } from "@/modules/06_evaluate/store";
import { onMounted, ref, watch } from "vue";
const router = useRouter();
const $q = useQuasar();
const mixin = useCounterMixin();
const store = useEvaluateStore();
const { dialogConfirm } = mixin;
@ -40,6 +42,8 @@ function onCklicNext() {
$q,
() => {
const type = props.menu ? props.menu.val?.toLowerCase() : "";
store.step = 1;
store.currentStep = 1;
router.push(`/evaluate/add/${type}`);
},
"ยืนยันการดำเนินการ",