fix position
This commit is contained in:
parent
ca26dc6b53
commit
9aee295a3f
1 changed files with 1 additions and 1 deletions
|
|
@ -538,7 +538,7 @@ async function fetchDataTenure() {
|
|||
// นำข้อมูลไปใส่ใน cardData
|
||||
cardData.value[0].data = position;
|
||||
cardData.value[1].data = posLevel;
|
||||
if (empType.value !== "-employee") {
|
||||
if (empType.value !== "-employee" && cardData.value.length > 2) {
|
||||
cardData.value[2].data = posExecutive;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue