| | |
| | | |
| | | <template v-else> |
| | | <a-tabs> |
| | | <a-tab-pane :key="1" tab="车间属性"> |
| | | <a-tab-pane :key="1" tab="属性"> |
| | | <WorkshopInfo :currentLevelDetails="currentTreeNodeInfo" :size="containerSize"/> |
| | | </a-tab-pane> |
| | | </a-tabs> |
| | |
| | | DeviceStructureMainBottom |
| | | }, |
| | | created() { |
| | | this.$bus.$on('sendCurrentTreeNodeInfo', this.receiveCurrentTreeNodeInfo) |
| | | this.$bus.$on('sendDeviceTreeNodeInfo', this.receiveCurrentTreeNodeInfo) |
| | | }, |
| | | data() { |
| | | return { |
| | |
| | | if (this.$refs.mainTopRef) this.$refs.mainTopRef.releaseLoadDocumentListApi() |
| | | }) |
| | | } |
| | | console.log('currentTreeNodeInfo------------------', this.currentTreeNodeInfo) |
| | | } |
| | | } |
| | | } |