This commit is contained in:
Warunee Tamkoo 2024-06-10 14:13:33 +07:00
parent 55885fb81c
commit 40b46b8c62

View file

@ -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<QTableProps["columns"]>([
{
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, () => {