API ประเมินบุคคล
This commit is contained in:
parent
fbcd0b8ec0
commit
0e033bffd3
11 changed files with 835 additions and 631 deletions
|
|
@ -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}`);
|
||||
},
|
||||
"ยืนยันการดำเนินการ",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue