แก้ตาม issue
This commit is contained in:
parent
c38990f6ed
commit
0295ec3e5f
5 changed files with 124 additions and 102 deletions
|
|
@ -229,7 +229,7 @@ async function getActiveId() {
|
|||
)
|
||||
.then(async (res) => {
|
||||
const data = await res.data.result.map((item: ResOrg) => ({
|
||||
id: item.orgTreeId,
|
||||
id: item.orgTreeDnaId,
|
||||
name: item.orgName,
|
||||
}));
|
||||
organizationOpsMain.value = data;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue