no message

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2023-12-26 16:27:59 +07:00
parent d1861f7a97
commit aa23748eb2
2 changed files with 4 additions and 3 deletions

View file

@ -29,7 +29,8 @@ function onCklicNext() {
dialogConfirm(
$q,
() => {
router.push("/evaluate/add");
const type = props.menu ? props.menu.val?.toLowerCase() : "";
router.push(`/evaluate/add/${type}`);
},
"ยืนยันการดำเนินการ",
"ต้องการยืนยันการดำเนินการต่อใช่หรือไม่?"
@ -53,7 +54,7 @@ function onCklicNext() {
dense
color="public"
label="ดำเนินการต่อ"
@click="onCklicNext"
@click="onCklicNext()"
/>
</q-card-actions>
</q-card>

View file

@ -15,7 +15,7 @@ export default [
},
{
path: "/evaluate/add",
path: "/evaluate/add/:type",
name: "evaluate-add",
component: evaluateStep,
meta: {