mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-20 00:06:47 +08:00
基础信息归属组织打印
This commit is contained in:
@@ -2647,6 +2647,7 @@ export default {
|
|||||||
// 输入接入 -- start --
|
// 输入接入 -- start --
|
||||||
// 资源归属 sourceBelongId 后续给接口
|
// 资源归属 sourceBelongId 后续给接口
|
||||||
state.bum = computed(() => {
|
state.bum = computed(() => {
|
||||||
|
console.log("基础信息 store.state.orgtreeList",store.state.orgtreeList);
|
||||||
return store.state.orgtreeList ? store.state.orgtreeList : [];
|
return store.state.orgtreeList ? store.state.orgtreeList : [];
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user