fix bug โครงสร้าง แบบร่าง
This commit is contained in:
parent
3e8784eedf
commit
23534b8206
1 changed files with 5 additions and 1 deletions
|
|
@ -833,6 +833,7 @@ watch(
|
|||
? `(${props.row.conditionReason})`
|
||||
: ""
|
||||
}}
|
||||
|
||||
<q-btn
|
||||
v-if="props.row.positionIsSelected != 'ว่าง'"
|
||||
size="12px"
|
||||
|
|
@ -843,7 +844,10 @@ watch(
|
|||
round
|
||||
@click="
|
||||
(modalPerson = true),
|
||||
(personalId = props.row.current_holderId)
|
||||
(personalId =
|
||||
store.typeOrganizational === 'draft'
|
||||
? props.row.next_holderId
|
||||
: props.row.current_holderId)
|
||||
"
|
||||
>
|
||||
<q-tooltip>ดูข้อมูลในทะเบียนประวัติ</q-tooltip>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue