From 40b46b8c626357532e77fd1a8a7e4912d86f88be Mon Sep 17 00:00:00 2001 From: waruneeauy Date: Mon, 10 Jun 2024 14:13:33 +0700 Subject: [PATCH] fixing --- .../14_KPI/components/Tab/Dialog/DialogEvalute.vue | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/modules/14_KPI/components/Tab/Dialog/DialogEvalute.vue b/src/modules/14_KPI/components/Tab/Dialog/DialogEvalute.vue index 2cc624911..b50291648 100644 --- a/src/modules/14_KPI/components/Tab/Dialog/DialogEvalute.vue +++ b/src/modules/14_KPI/components/Tab/Dialog/DialogEvalute.vue @@ -94,9 +94,9 @@ function onCloseDialog() { formRound.evaluatorId = ""; formRound.commanderId = ""; formRound.commanderHighId = ""; - selected.value=[] - search.value = '' - type.value = 'idcard' + selected.value = []; + search.value = ""; + type.value = "idcard"; } /** หัวข้อที่เเสดงในตารางผู้ถูกร้องเรียน */ @@ -152,7 +152,7 @@ const columnsRespondent = ref([ { name: "organization", align: "left", - label: "หน่วยงาน", + label: "สังกัด", sortable: true, field: "organization", headerStyle: "font-size: 14px", @@ -282,7 +282,7 @@ function getOrgOp() { function onSubmit() { if (selected.value.length == 0) { - dialogMessageNotify($q, "กรุณาเลือกรายการ ข้าราชการ 1 บุคคล"); + dialogMessageNotify($q, "กรุณาเลือกรายชื่อผู้ประเมิน"); } else { const dataProfile = selected.value[0]; dialogConfirm($q, () => {