length
This commit is contained in:
parent
b4b3eb723e
commit
47878a7161
1 changed files with 3 additions and 3 deletions
|
|
@ -781,7 +781,7 @@ async function getAssign() {
|
|||
}));
|
||||
reportPersonIdOp.value = dataPerson ?? [];
|
||||
if (reportPersonIdOp.value.length !== 0) {
|
||||
reportPersonId.value = data.assign.reportPersonId
|
||||
reportPersonId.value = data.assign.reportPersonId;
|
||||
}
|
||||
position.value = data.profile.positionName;
|
||||
date_start.value = data.assign.date_start;
|
||||
|
|
@ -1225,7 +1225,7 @@ onMounted(async () => {
|
|||
dense
|
||||
label="ผู้บันทึกแบบประเมินผล (คณะกรรมการ)"
|
||||
bg-color="white"
|
||||
:rules="[(val:string) => !!val || 'กรุณาเลือกผู้บันทึกแบบประเมินผล (คณะกรรมการ)']"
|
||||
:rules="[(val:any) => val && val.length > 0 || 'กรุณาเลือกผู้บันทึกแบบประเมินผล (คณะกรรมการ)']"
|
||||
hide-bottom-space
|
||||
:options="reportPersonIdOp"
|
||||
class="col-xs-12 col-sm-6"
|
||||
|
|
@ -2399,7 +2399,7 @@ onMounted(async () => {
|
|||
<div class="col-12 row">
|
||||
<div class="col-12 text-top2">
|
||||
ผู้ทดลองปฏิบัติหน้าที่ราชการต้องเข้าร่วมในการปฐมนิเทศและอบรมหลักสูตรต่าง
|
||||
ๆ ภายในระยะเวลาทดลองปฏิบัติหน้าที่ราชการ ดังนี้
|
||||
ๆ ภายในระยะเวลาทดลองปฏิบัติหน้าที่ราชการ ดังนี้
|
||||
</div>
|
||||
<div class="col-12 text-top2 row items-center">
|
||||
<q-icon name="mdi-label" color="grey-4" class="q-pr-sm" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue