fixing
This commit is contained in:
parent
55885fb81c
commit
40b46b8c62
1 changed files with 5 additions and 5 deletions
|
|
@ -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, () => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue