mirror of https://gitee.com/xiaonuobase/snowy
【更新】职位|岗位 获取机构树 无需顶级节点
parent
8877705ba8
commit
98fa499b8c
|
@ -77,16 +77,9 @@
|
||||||
if (record) {
|
if (record) {
|
||||||
formData.value = Object.assign({}, record)
|
formData.value = Object.assign({}, record)
|
||||||
}
|
}
|
||||||
// 获取机构树并加入顶级
|
// 获取机构树
|
||||||
bizOrgApi.orgTree().then((res) => {
|
bizOrgApi.orgTree().then((res) => {
|
||||||
treeData.value = [
|
treeData.value = res
|
||||||
{
|
|
||||||
id: 0,
|
|
||||||
parentId: '-1',
|
|
||||||
name: '顶级',
|
|
||||||
children: res
|
|
||||||
}
|
|
||||||
]
|
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
// 关闭抽屉
|
// 关闭抽屉
|
||||||
|
|
|
@ -76,16 +76,9 @@
|
||||||
if (record) {
|
if (record) {
|
||||||
formData.value = Object.assign({}, record)
|
formData.value = Object.assign({}, record)
|
||||||
}
|
}
|
||||||
// 获取机构树并加入顶级
|
// 获取机构树
|
||||||
orgApi.orgTree().then((res) => {
|
orgApi.orgTree().then((res) => {
|
||||||
treeData.value = [
|
treeData.value = res
|
||||||
{
|
|
||||||
id: 0,
|
|
||||||
parentId: '-1',
|
|
||||||
name: '顶级',
|
|
||||||
children: res
|
|
||||||
}
|
|
||||||
]
|
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
// 关闭抽屉
|
// 关闭抽屉
|
||||||
|
|
Loading…
Reference in New Issue