基础信息归属组织打印

This commit is contained in:
zhangyc
2022-12-16 09:16:18 +08:00
parent e90aaf83e4
commit 4622244be1

View File

@@ -2647,6 +2647,7 @@ export default {
// 输入接入 -- start --
// 资源归属 sourceBelongId 后续给接口
state.bum = computed(() => {
console.log("基础信息 store.state.orgtreeList",store.state.orgtreeList);
return store.state.orgtreeList ? store.state.orgtreeList : [];
});